#BB2857

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

Shades of Old Rose #BB2857

Tints of Old Rose #BB2857

Color information

#BB2857 (or 0xBB2857) is unknown color: approx Old Rose. HEX triplet: BB, 28 and 57. RGB value is (187,40,87). Sum of RGB (Red+Green+Blue) = 187+40+87=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 87 (34.38% from 255 or 27.71% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2857 is #44D7A8. Grayscale: #595959. Windows color (decimal): -4511657 or 5712059. OLE color: 5712059.

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

Color convert

RGB1874087-
CMYK00.790.530.27
HSL340.82º64.76%44.51%-
HSV(B)340.82º78.61%73.33%-
XYZ22.9712.7710.27-
YUV89.31126.7197.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.55%
GREEN value IS 40 (16.02% from 255) = 12.74%
BLUE value IS 87 (34.38% from 255) = 27.71%
R=59.55%
G=12.74%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187408700.790.530.27340.8264.7644.51
HexBB285704F351B155412d
Octal273501270117653352510155
Binary10111011101000101011101001111110101110111010101011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2857; }

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

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

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

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

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

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

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

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