#BB1E5A

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

Shades of Old Rose #BB1E5A

Tints of Old Rose #BB1E5A

Color information

#BB1E5A (or 0xBB1E5A) is unknown color: approx Old Rose. HEX triplet: BB, 1E and 5A. RGB value is (187,30,90). Sum of RGB (Red+Green+Blue) = 187+30+90=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1E5A is #44E1A5. Grayscale: #535353. Windows color (decimal): -4514214 or 5906107. OLE color: 5906107.

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

Color convert

RGB1873090-
CMYK00.840.520.27
HSL337.07º72.35%42.55%-
HSV(B)337.07º83.96%73.33%-
XYZ22.812.2310.83-
YUV83.78131.51201.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.91%
GREEN value IS 30 (12.11% from 255) = 9.77%
BLUE value IS 90 (35.55% from 255) = 29.32%
R=60.91%
G=9.77%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187309000.840.520.27337.0772.3542.55
HexBB1E5A054341B151482b
Octal273361320124643352111053
Binary1011101111110101101001010100110100110111010100011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1E5A; }

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

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

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

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

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

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

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

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