#BB1A59

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

Shades of Old Rose #BB1A59

Tints of Old Rose #BB1A59

Color information

#BB1A59 (or 0xBB1A59) is unknown color: approx Old Rose. HEX triplet: BB, 1A and 59. RGB value is (187,26,89). Sum of RGB (Red+Green+Blue) = 187+26+89=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1A59 is #44E5A6. Grayscale: #515151. Windows color (decimal): -4515239 or 5839547. OLE color: 5839547.

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

Color convert

RGB1872689-
CMYK00.860.520.27
HSL336.52º75.59%41.76%-
HSV(B)336.52º86.1%73.33%-
XYZ22.6712.0210.58-
YUV81.32132.34203.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.92%
GREEN value IS 26 (10.55% from 255) = 8.61%
BLUE value IS 89 (35.16% from 255) = 29.47%
R=61.92%
G=8.61%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187268900.860.520.27336.5275.5941.76
HexBB1A59056341B1514c2a
Octal273321310126643352111452
Binary1011101111010101100101010110110100110111010100011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1A59; }

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

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

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

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

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

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

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

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