#BB2257

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

Shades of Old Rose #BB2257

Tints of Old Rose #BB2257

Color information

#BB2257 (or 0xBB2257) is unknown color: approx Old Rose. HEX triplet: BB, 22 and 57. RGB value is (187,34,87). Sum of RGB (Red+Green+Blue) = 187+34+87=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2257 is #44DDA8. Grayscale: #555555. Windows color (decimal): -4513193 or 5710523. OLE color: 5710523.

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

Color convert

RGB1873487-
CMYK00.820.530.27
HSL339.22º69.23%43.33%-
HSV(B)339.22º81.82%73.33%-
XYZ22.7912.410.21-
YUV85.79128.69200.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.71%
GREEN value IS 34 (13.67% from 255) = 11.04%
BLUE value IS 87 (34.38% from 255) = 28.25%
R=60.71%
G=11.04%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187348700.820.530.27339.2269.2343.33
HexBB2257052351B153452b
Octal273421270122653352310553
Binary10111011100010101011101010010110101110111010100111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2257; }

 p { color: rgb(187,34,87); }

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

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

 a { background-color: rgb(187,34,87); }

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

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

 span { border-color: rgb(187,34,87); }

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