#BB2464

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

Shades of Old Rose #BB2464

Tints of Old Rose #BB2464

Color information

#BB2464 (or 0xBB2464) is unknown color: approx Old Rose. HEX triplet: BB, 24 and 64. RGB value is (187,36,100). Sum of RGB (Red+Green+Blue) = 187+36+100=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2464 is #44DB9B. Grayscale: #585858. Windows color (decimal): -4512668 or 6563003. OLE color: 6563003.

HSL color Cylindrical-coordinate representation of color #BB2464: hue angle of 334.57º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2464 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB18736100-
CMYK00.810.470.27
HSL334.57º67.71%43.73%-
HSV(B)334.57º80.75%73.33%-
XYZ23.4212.7513.28-
YUV88.44134.53198.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.89%
GREEN value IS 36 (14.45% from 255) = 11.15%
BLUE value IS 100 (39.45% from 255) = 30.96%
R=57.89%
G=11.15%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873610000.810.470.27334.5767.7143.73
HexBB24640512F1B14f442c
Octal273441440121573351710454
Binary10111011100100110010001010001101111110111010011111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2464; }

 p { color: rgb(187,36,100); }

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

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

 a { background-color: rgb(187,36,100); }

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

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

 span { border-color: rgb(187,36,100); }

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