#BB2544

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

Shades of Old Rose #BB2544

Tints of Old Rose #BB2544

Color information

#BB2544 (or 0xBB2544) is unknown color: approx Old Rose. HEX triplet: BB, 25 and 44. RGB value is (187,37,68). Sum of RGB (Red+Green+Blue) = 187+37+68=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2544 is #44DABB. Grayscale: #555555. Windows color (decimal): -4512444 or 4466107. OLE color: 4466107.

HSL color Cylindrical-coordinate representation of color #BB2544: hue angle of 347.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2544 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB1873768-
CMYK00.800.640.27
HSL347.6º66.96%43.92%-
HSV(B)347.6º80.21%73.33%-
XYZ22.212.316.67-
YUV85.38118.2200.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.04%
GREEN value IS 37 (14.84% from 255) = 12.67%
BLUE value IS 68 (26.95% from 255) = 23.29%
R=64.04%
G=12.67%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187376800.800.640.27347.666.9643.92
HexBB2544050401B15c432c
Octal2734510401201003353410354
Binary101110111001011000100010100001000000110111010111001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2544; }

 p { color: rgb(187,37,68); }

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

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

 a { background-color: rgb(187,37,68); }

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

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

 span { border-color: rgb(187,37,68); }

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