#BD4E46

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

Shades of Chestnut #BD4E46

Tints of Chestnut #BD4E46

Color information

#BD4E46 (or 0xBD4E46) is unknown color: approx Chestnut. HEX triplet: BD, 4E and 46. RGB value is (189,78,70). Sum of RGB (Red+Green+Blue) = 189+78+70=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4E46 is #42B1B9. Grayscale: #6E6E6E. Windows color (decimal): -4370874 or 4607677. OLE color: 4607677.

HSL color Cylindrical-coordinate representation of color #BD4E46: hue angle of 4.03º degrees, saturation: 0.47, 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 #BD4E46 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB1897870-
CMYK00.590.630.26
HSL4.03º47.41%50.78%-
HSV(B)4.03º62.96%74.12%-
XYZ24.8216.717.71-
YUV110.28105.27184.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.08%
GREEN value IS 78 (30.86% from 255) = 23.15%
BLUE value IS 70 (27.73% from 255) = 20.77%
R=56.08%
G=23.15%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189787000.590.630.264.0347.4150.78
HexBD4E4603B3F1A42f33
Octal275116106073773245763
Binary1011110110011101000110011101111111111010100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4E46; }

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

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

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

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

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

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

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

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