#BD4C41

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

Shades of Chestnut #BD4C41

Tints of Chestnut #BD4C41

Color information

#BD4C41 (or 0xBD4C41) is unknown color: approx Chestnut. HEX triplet: BD, 4C and 41. RGB value is (189,76,65). Sum of RGB (Red+Green+Blue) = 189+76+65=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4C41 is #42B3BE. Grayscale: #6C6C6C. Windows color (decimal): -4371391 or 4279485. OLE color: 4279485.

HSL color Cylindrical-coordinate representation of color #BD4C41: hue angle of 5.32º 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 #BD4C41 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB1897665-
CMYK00.600.660.26
HSL5.32º48.82%49.8%-
HSV(B)5.32º65.61%74.12%-
XYZ24.5216.376.87-
YUV108.53103.44185.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.27%
GREEN value IS 76 (30.08% from 255) = 23.03%
BLUE value IS 65 (25.78% from 255) = 19.70%
R=57.27%
G=23.03%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189766500.600.660.265.3248.8249.8
HexBD4C4103C421A53132
Octal2751141010741023256162
Binary10111101100110010000010111100100001011010101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4C41; }

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

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

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

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

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

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

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

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