#BD4B47

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

Shades of Chestnut #BD4B47

Tints of Chestnut #BD4B47

Color information

#BD4B47 (or 0xBD4B47) is unknown color: approx Chestnut. HEX triplet: BD, 4B and 47. RGB value is (189,75,71). Sum of RGB (Red+Green+Blue) = 189+75+71=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4B47 is #42B4B8. Grayscale: #6C6C6C. Windows color (decimal): -4371641 or 4672445. OLE color: 4672445.

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

Color convert

RGB1897571-
CMYK00.600.620.26
HSL2.03º47.2%50.98%-
HSV(B)2.03º62.43%74.12%-
XYZ24.6416.317.81-
YUV108.63106.77185.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.42%
GREEN value IS 75 (29.69% from 255) = 22.39%
BLUE value IS 71 (28.12% from 255) = 21.19%
R=56.42%
G=22.39%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189757100.600.620.262.0347.250.98
HexBD4B4703C3E1A22f33
Octal275113107074763225763
Binary101111011001011100011101111001111101101010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4B47; }

 p { color: rgb(189,75,71); }

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

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

 a { background-color: rgb(189,75,71); }

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

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

 span { border-color: rgb(189,75,71); }

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