#BD444E

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

Shades of Old Rose #BD444E

Tints of Old Rose #BD444E

Color information

#BD444E (or 0xBD444E) is unknown color: approx Old Rose. HEX triplet: BD, 44 and 4E. RGB value is (189,68,78). Sum of RGB (Red+Green+Blue) = 189+68+78=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD444E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD444E is #42BBB1. Grayscale: #696969. Windows color (decimal): -4373426 or 5129405. OLE color: 5129405.

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

Color convert

RGB1896878-
CMYK00.640.590.26
HSL355.04º47.83%50.39%-
HSV(B)355.04º64.02%74.12%-
XYZ24.4315.58.91-
YUV105.32112.59187.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.42%
GREEN value IS 68 (26.95% from 255) = 20.30%
BLUE value IS 78 (30.86% from 255) = 23.28%
R=56.42%
G=20.30%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189687800.640.590.26355.0447.8350.39
HexBD444E0403B1A1633032
Octal275104116010073325436062
Binary10111101100010010011100100000011101111010101100011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD444E; }

 p { color: rgb(189,68,78); }

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

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

 a { background-color: rgb(189,68,78); }

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

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

 span { border-color: rgb(189,68,78); }

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