#BD2047

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

Shades of Old Rose #BD2047

Tints of Old Rose #BD2047

Color information

#BD2047 (or 0xBD2047) is unknown color: approx Old Rose. HEX triplet: BD, 20 and 47. RGB value is (189,32,71). Sum of RGB (Red+Green+Blue) = 189+32+71=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2047 is #42DFB8. Grayscale: #535353. Windows color (decimal): -4382649 or 4661437. OLE color: 4661437.

HSL color Cylindrical-coordinate representation of color #BD2047: hue angle of 345.1º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2047 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB1893271-
CMYK00.830.620.26
HSL345.1º71.04%43.33%-
HSV(B)345.1º83.07%74.12%-
XYZ22.6412.317.14-
YUV83.39121.01203.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.73%
GREEN value IS 32 (12.89% from 255) = 10.96%
BLUE value IS 71 (28.12% from 255) = 24.32%
R=64.73%
G=10.96%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189327100.830.620.26345.171.0443.33
HexBD20470533E1A159472b
Octal275401070123763253110753
Binary10111101100000100011101010011111110110101010110011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2047; }

 p { color: rgb(189,32,71); }

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

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

 a { background-color: rgb(189,32,71); }

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

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

 span { border-color: rgb(189,32,71); }

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