#BD204A

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

Shades of Old Rose #BD204A

Tints of Old Rose #BD204A

Color information

#BD204A (or 0xBD204A) is unknown color: approx Old Rose. HEX triplet: BD, 20 and 4A. RGB value is (189,32,74). Sum of RGB (Red+Green+Blue) = 189+32+74=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD204A is #42DFB5. Grayscale: #535353. Windows color (decimal): -4382646 or 4858045. OLE color: 4858045.

HSL color Cylindrical-coordinate representation of color #BD204A: hue angle of 343.95º 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 #BD204A is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB1893274-
CMYK00.830.610.26
HSL343.95º71.04%43.33%-
HSV(B)343.95º83.07%74.12%-
XYZ22.7412.357.66-
YUV83.73122.51203.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.07%
GREEN value IS 32 (12.89% from 255) = 10.85%
BLUE value IS 74 (29.30% from 255) = 25.08%
R=64.07%
G=10.85%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189327400.830.610.26343.9571.0443.33
HexBD204A0533D1A158472b
Octal275401120123753253010753
Binary10111101100000100101001010011111101110101010110001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD204A; }

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

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

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

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

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

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

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

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