#bb2d47

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

Shades of Old Rose #BB2D47

Tints of Old Rose #BB2D47

Color information

#BB2D47 (or 0xBB2D47) is unknown color: approx Old Rose. HEX triplet: BB, 2D and 47. RGB value is (187,45,71). Sum of RGB (Red+Green+Blue) = 187+45+71=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2D47 is #44D2B8. Grayscale: #5A5A5A. Windows color (decimal): -4510393 or 4664763. OLE color: 4664763.

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

Color convert

RGB1874571-
CMYK00.760.620.27
HSL349.01º61.21%45.49%-
HSV(B)349.01º75.94%73.33%-
XYZ22.5712.97.26-
YUV90.42117.04196.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.72%
GREEN value IS 45 (17.97% from 255) = 14.85%
BLUE value IS 71 (28.12% from 255) = 23.43%
R=61.72%
G=14.85%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187457100.760.620.27349.0161.2145.49
HexBB2D4704C3E1B15d3d2d
Octal27355107011476335357555
Binary1011101110110110001110100110011111011011101011101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb2d47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb2d47; }

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

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

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

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

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

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

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

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