#bb2564

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

Shades of Old Rose #BB2564

Tints of Old Rose #BB2564

Color information

#BB2564 (or 0xBB2564) is unknown color: approx Old Rose. HEX triplet: BB, 25 and 64. RGB value is (187,37,100). Sum of RGB (Red+Green+Blue) = 187+37+100=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2564 is #44DA9B. Grayscale: #585858. Windows color (decimal): -4512412 or 6563259. OLE color: 6563259.

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

Color convert

RGB18737100-
CMYK00.800.470.27
HSL334.8º66.96%43.92%-
HSV(B)334.8º80.21%73.33%-
XYZ23.4612.8113.29-
YUV89.03134.2197.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.72%
GREEN value IS 37 (14.84% from 255) = 11.42%
BLUE value IS 100 (39.45% from 255) = 30.86%
R=57.72%
G=11.42%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873710000.800.470.27334.866.9643.92
HexBB25640502F1B14f432c
Octal273451440120573351710354
Binary10111011100101110010001010000101111110111010011111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb2564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb2564; }

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

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

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

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

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

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

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

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