#BB2D46

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

Shades of Old Rose #BB2D46

Tints of Old Rose #BB2D46

Color information

#BB2D46 (or 0xBB2D46) is unknown color: approx Old Rose. HEX triplet: BB, 2D and 46. RGB value is (187,45,70). Sum of RGB (Red+Green+Blue) = 187+45+70=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2D46 is #44D2B9. Grayscale: #5A5A5A. Windows color (decimal): -4510394 or 4599227. OLE color: 4599227.

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

Color convert

RGB1874570-
CMYK00.760.630.27
HSL349.44º61.21%45.49%-
HSV(B)349.44º75.94%73.33%-
XYZ22.5412.887.09-
YUV90.31116.54196.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.92%
GREEN value IS 45 (17.97% from 255) = 14.90%
BLUE value IS 70 (27.73% from 255) = 23.18%
R=61.92%
G=14.90%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187457000.760.630.27349.4461.2145.49
HexBB2D4604C3F1B15d3d2d
Octal27355106011477335357555
Binary1011101110110110001100100110011111111011101011101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2D46; }

 p { color: rgb(187,45,70); }

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

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

 a { background-color: rgb(187,45,70); }

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

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

 span { border-color: rgb(187,45,70); }

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