#BD4E43

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

Shades of Chestnut #BD4E43

Tints of Chestnut #BD4E43

Color information

#BD4E43 (or 0xBD4E43) is unknown color: approx Chestnut. HEX triplet: BD, 4E and 43. RGB value is (189,78,67). Sum of RGB (Red+Green+Blue) = 189+78+67=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4E43 is #42B1BC. Grayscale: #6E6E6E. Windows color (decimal): -4370877 or 4411069. OLE color: 4411069.

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

Color convert

RGB1897867-
CMYK00.590.650.26
HSL5.41º48.03%50.2%-
HSV(B)5.41º64.55%74.12%-
XYZ24.7216.677.23-
YUV109.94103.77184.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.59%
GREEN value IS 78 (30.86% from 255) = 23.35%
BLUE value IS 67 (26.56% from 255) = 20.06%
R=56.59%
G=23.35%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189786700.590.650.265.4148.0350.2
HexBD4E4303B411A53032
Octal2751161030731013256062
Binary10111101100111010000110111011100000111010101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4E43; }

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

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

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

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

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

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

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

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