#bb2e47

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

Shades of Old Rose #BB2E47

Tints of Old Rose #BB2E47

Color information

#BB2E47 (or 0xBB2E47) is unknown color: approx Old Rose. HEX triplet: BB, 2E and 47. RGB value is (187,46,71). Sum of RGB (Red+Green+Blue) = 187+46+71=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2E47 is #44D1B8. Grayscale: #5B5B5B. Windows color (decimal): -4510137 or 4665019. OLE color: 4665019.

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

Color convert

RGB1874671-
CMYK00.750.620.27
HSL349.36º60.52%45.69%-
HSV(B)349.36º75.4%73.33%-
XYZ22.6112.977.27-
YUV91.01116.71196.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.51%
GREEN value IS 46 (18.36% from 255) = 15.13%
BLUE value IS 71 (28.12% from 255) = 23.36%
R=61.51%
G=15.13%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187467100.750.620.27349.3660.5245.69
HexBB2E4704B3E1B15d3d2e
Octal27356107011376335357556
Binary1011101110111010001110100101111111011011101011101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb2e47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb2e47; }

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

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

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

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

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

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

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

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