#BB2B58

Color #BB2B58 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #BB2B58

Tints of Old Rose #BB2B58

Color information

#BB2B58 (or 0xBB2B58) is unknown color: approx Old Rose. HEX triplet: BB, 2B and 58. RGB value is (187,43,88). Sum of RGB (Red+Green+Blue) = 187+43+88=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2B58 is #44D4A7. Grayscale: #5B5B5B. Windows color (decimal): -4510888 or 5778363. OLE color: 5778363.

HSL color Cylindrical-coordinate representation of color #BB2B58: hue angle of 341.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB2B58 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB1874388-
CMYK00.770.530.27
HSL341.25º62.61%45.1%-
HSV(B)341.25º77.01%73.33%-
XYZ23.121310.52-
YUV91.19126.21196.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 58.81%
GREEN value IS 43 (17.19% from 255) = 13.52%
BLUE value IS 88 (34.77% from 255) = 27.67%
R=58.81%
G=13.52%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187438800.770.530.27341.2562.6145.1
HexBB2B5804D351B1553f2d
Octal27353130011565335257755
Binary1011101110101110110000100110111010111011101010101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2B58; }

 p { color: rgb(187,43,88); }

 H1.HeaderClassName
 {
   color: #BB2B58;
 }
 .AnyTagClassName
 {
   color: #BB2B58;
 }
</style>
background-color css

<style>
 a { background-color: #BB2B58; }

 a { background-color: rgb(187,43,88); }

 div.DivClassName
 {
   background-color: #BB2B58;
 }
 .BgClassName
 {
   background-color: #BB2B58;
 }
</style>
border-color css

<style>
 span { border-color: #BB2B58; }

 span { border-color: rgb(187,43,88); }

 td.TdClassName
 {
   border-color: #BB2B58;
 }
 .TagClassName
 {
   border-color: #BB2B58;
 }
</style>