#BB2A51

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

Shades of Old Rose #BB2A51

Tints of Old Rose #BB2A51

Color information

#BB2A51 (or 0xBB2A51) is unknown color: approx Old Rose. HEX triplet: BB, 2A and 51. RGB value is (187,42,81). Sum of RGB (Red+Green+Blue) = 187+42+81=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2A51 is #44D5AE. Grayscale: #595959. Windows color (decimal): -4511151 or 5319355. OLE color: 5319355.

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

Color convert

RGB1874281-
CMYK00.780.570.27
HSL343.86º63.32%44.9%-
HSV(B)343.86º77.54%73.33%-
XYZ22.8112.819.06-
YUV89.8123.04197.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.32%
GREEN value IS 42 (16.80% from 255) = 13.55%
BLUE value IS 81 (32.03% from 255) = 26.13%
R=60.32%
G=13.55%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187428100.780.570.27343.8663.3244.9
HexBB2A5104E391B1583f2d
Octal27352121011671335307755
Binary1011101110101010100010100111011100111011101011000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2A51; }

 p { color: rgb(187,42,81); }

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

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

 a { background-color: rgb(187,42,81); }

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

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

 span { border-color: rgb(187,42,81); }

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