#BD4D46

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

Shades of Chestnut #BD4D46

Tints of Chestnut #BD4D46

Color information

#BD4D46 (or 0xBD4D46) is unknown color: approx Chestnut. HEX triplet: BD, 4D and 46. RGB value is (189,77,70). Sum of RGB (Red+Green+Blue) = 189+77+70=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4D46 is #42B2B9. Grayscale: #6D6D6D. Windows color (decimal): -4371130 or 4607421. OLE color: 4607421.

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

Color convert

RGB1897770-
CMYK00.590.630.26
HSL3.53º47.41%50.78%-
HSV(B)3.53º62.96%74.12%-
XYZ24.7516.577.69-
YUV109.69105.61184.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.25%
GREEN value IS 77 (30.47% from 255) = 22.92%
BLUE value IS 70 (27.73% from 255) = 20.83%
R=56.25%
G=22.92%
B=20.83%

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
Decimal189777000.590.630.263.5347.4150.78
HexBD4D4603B3F1A42f33
Octal275115106073773245763
Binary1011110110011011000110011101111111111010100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4D46; }

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

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

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

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

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

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

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

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