#BB1E5B

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

Shades of Old Rose #BB1E5B

Tints of Old Rose #BB1E5B

Color information

#BB1E5B (or 0xBB1E5B) is unknown color: approx Old Rose. HEX triplet: BB, 1E and 5B. RGB value is (187,30,91). Sum of RGB (Red+Green+Blue) = 187+30+91=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1E5B is #44E1A4. Grayscale: #535353. Windows color (decimal): -4514213 or 5971643. OLE color: 5971643.

HSL color Cylindrical-coordinate representation of color #BB1E5B: hue angle of 336.69º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1E5B is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB1873091-
CMYK00.840.510.27
HSL336.69º72.35%42.55%-
HSV(B)336.69º83.96%73.33%-
XYZ22.8512.2511.06-
YUV83.9132.01201.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.71%
GREEN value IS 30 (12.11% from 255) = 9.74%
BLUE value IS 91 (35.94% from 255) = 29.55%
R=60.71%
G=9.74%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187309100.840.510.27336.6972.3542.55
HexBB1E5B054331B151482b
Octal273361330124633352111053
Binary1011101111110101101101010100110011110111010100011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1E5B; }

 p { color: rgb(187,30,91); }

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

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

 a { background-color: rgb(187,30,91); }

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

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

 span { border-color: rgb(187,30,91); }

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