#BD4E48

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

Shades of Chestnut #BD4E48

Tints of Chestnut #BD4E48

Color information

#BD4E48 (or 0xBD4E48) is unknown color: approx Chestnut. HEX triplet: BD, 4E and 48. RGB value is (189,78,72). Sum of RGB (Red+Green+Blue) = 189+78+72=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4E48 is #42B1B7. Grayscale: #6E6E6E. Windows color (decimal): -4370872 or 4738749. OLE color: 4738749.

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

Color convert

RGB1897872-
CMYK00.590.620.26
HSL3.08º46.99%51.18%-
HSV(B)3.08º61.9%74.12%-
XYZ24.8816.748.05-
YUV110.5106.27183.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.75%
GREEN value IS 78 (30.86% from 255) = 23.01%
BLUE value IS 72 (28.52% from 255) = 21.24%
R=55.75%
G=23.01%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189787200.590.620.263.0846.9951.18
HexBD4E4803B3E1A32f33
Octal275116110073763235763
Binary101111011001110100100001110111111101101011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4E48; }

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

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

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

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

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

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

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

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