#BD4C45

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

Shades of Chestnut #BD4C45

Tints of Chestnut #BD4C45

Color information

#BD4C45 (or 0xBD4C45) is unknown color: approx Chestnut. HEX triplet: BD, 4C and 45. RGB value is (189,76,69). Sum of RGB (Red+Green+Blue) = 189+76+69=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4C45 is #42B3BA. Grayscale: #6D6D6D. Windows color (decimal): -4371387 or 4541629. OLE color: 4541629.

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

Color convert

RGB1897669-
CMYK00.600.630.26
HSL3.5º47.62%50.59%-
HSV(B)3.5º63.49%74.12%-
XYZ24.6416.427.5-
YUV108.99105.44185.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.59%
GREEN value IS 76 (30.08% from 255) = 22.75%
BLUE value IS 69 (27.34% from 255) = 20.66%
R=56.59%
G=22.75%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189766900.600.630.263.547.6250.59
HexBD4C4503C3F1A43033
Octal275114105074773246063
Binary1011110110011001000101011110011111111010100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4C45; }

 p { color: rgb(189,76,69); }

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

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

 a { background-color: rgb(189,76,69); }

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

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

 span { border-color: rgb(189,76,69); }

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