#BD4D41

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

Shades of Chestnut #BD4D41

Tints of Chestnut #BD4D41

Color information

#BD4D41 (or 0xBD4D41) is unknown color: approx Chestnut. HEX triplet: BD, 4D and 41. RGB value is (189,77,65). Sum of RGB (Red+Green+Blue) = 189+77+65=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4D41 is #42B2BE. Grayscale: #6D6D6D. Windows color (decimal): -4371135 or 4279741. OLE color: 4279741.

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

Color convert

RGB1897765-
CMYK00.590.660.26
HSL5.81º48.82%49.8%-
HSV(B)5.81º65.61%74.12%-
XYZ24.5916.516.89-
YUV109.12103.11184.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.10%
GREEN value IS 77 (30.47% from 255) = 23.26%
BLUE value IS 65 (25.78% from 255) = 19.64%
R=57.10%
G=23.26%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189776500.590.660.265.8148.8249.8
HexBD4D4103B421A63132
Octal2751151010731023266162
Binary10111101100110110000010111011100001011010110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4D41; }

 p { color: rgb(189,77,65); }

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

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

 a { background-color: rgb(189,77,65); }

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

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

 span { border-color: rgb(189,77,65); }

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