#BB1B55

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

Shades of Old Rose #BB1B55

Tints of Old Rose #BB1B55

Color information

#BB1B55 (or 0xBB1B55) is unknown color: approx Old Rose. HEX triplet: BB, 1B and 55. RGB value is (187,27,85). Sum of RGB (Red+Green+Blue) = 187+27+85=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1B55 is #44E4AA. Grayscale: #515151. Windows color (decimal): -4514987 or 5577659. OLE color: 5577659.

HSL color Cylindrical-coordinate representation of color #BB1B55: hue angle of 338.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1B55 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB1872785-
CMYK00.860.550.27
HSL338.25º74.77%41.96%-
HSV(B)338.25º85.56%73.33%-
XYZ22.53129.72-
YUV81.45130.01203.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.54%
GREEN value IS 27 (10.94% from 255) = 9.03%
BLUE value IS 85 (33.59% from 255) = 28.43%
R=62.54%
G=9.03%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187278500.860.550.27338.2574.7741.96
HexBB1B55056371B1524b2a
Octal273331250126673352211352
Binary1011101111011101010101010110110111110111010100101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1B55; }

 p { color: rgb(187,27,85); }

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

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

 a { background-color: rgb(187,27,85); }

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

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

 span { border-color: rgb(187,27,85); }

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