#BD4052

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

Shades of Old Rose #BD4052

Tints of Old Rose #BD4052

Color information

#BD4052 (or 0xBD4052) is unknown color: approx Old Rose. HEX triplet: BD, 40 and 52. RGB value is (189,64,82). Sum of RGB (Red+Green+Blue) = 189+64+82=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4052 is #42BFAD. Grayscale: #676767. Windows color (decimal): -4374446 or 5390525. OLE color: 5390525.

HSL color Cylindrical-coordinate representation of color #BD4052: hue angle of 351.36º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4052 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB1896482-
CMYK00.660.570.26
HSL351.36º49.41%49.61%-
HSV(B)351.36º66.14%74.12%-
XYZ24.3415.099.61-
YUV103.43115.91189.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.42%
GREEN value IS 64 (25.39% from 255) = 19.10%
BLUE value IS 82 (32.42% from 255) = 24.48%
R=56.42%
G=19.10%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189648200.660.570.26351.3649.4149.61
HexBD4052042391A15f3132
Octal275100122010271325376162
Binary10111101100000010100100100001011100111010101011111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4052; }

 p { color: rgb(189,64,82); }

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

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

 a { background-color: rgb(189,64,82); }

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

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

 span { border-color: rgb(189,64,82); }

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