#BB1A56

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

Shades of Old Rose #BB1A56

Tints of Old Rose #BB1A56

Color information

#BB1A56 (or 0xBB1A56) is unknown color: approx Old Rose. HEX triplet: BB, 1A and 56. RGB value is (187,26,86). Sum of RGB (Red+Green+Blue) = 187+26+86=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1A56 is #44E5A9. Grayscale: #505050. Windows color (decimal): -4515242 or 5642939. OLE color: 5642939.

HSL color Cylindrical-coordinate representation of color #BB1A56: hue angle of 337.64º degrees, saturation: 0.76, 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 #BB1A56 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB1872686-
CMYK00.860.540.27
HSL337.64º75.59%41.76%-
HSV(B)337.64º86.1%73.33%-
XYZ22.5411.989.93-
YUV80.98130.84203.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.54%
GREEN value IS 26 (10.55% from 255) = 8.70%
BLUE value IS 86 (33.98% from 255) = 28.76%
R=62.54%
G=8.70%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187268600.860.540.27337.6475.5941.76
HexBB1A56056361B1524c2a
Octal273321260126663352211452
Binary1011101111010101011001010110110110110111010100101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1A56; }

 p { color: rgb(187,26,86); }

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

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

 a { background-color: rgb(187,26,86); }

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

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

 span { border-color: rgb(187,26,86); }

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