#BD4340

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

Shades of Chestnut #BD4340

Tints of Chestnut #BD4340

Color information

#BD4340 (or 0xBD4340) is unknown color: approx Chestnut. HEX triplet: BD, 43 and 40. RGB value is (189,67,64). Sum of RGB (Red+Green+Blue) = 189+67+64=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4340 is #42BCBF. Grayscale: #676767. Windows color (decimal): -4373696 or 4211645. OLE color: 4211645.

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

Color convert

RGB1896764-
CMYK00.650.660.26
HSL1.44º49.41%49.61%-
HSV(B)1.44º66.14%74.12%-
XYZ23.9215.26.52-
YUV103.14105.92189.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.06%
GREEN value IS 67 (26.56% from 255) = 20.94%
BLUE value IS 64 (25.39% from 255) = 20%
R=59.06%
G=20.94%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189676400.650.660.261.4449.4149.61
HexBD4340041421A13132
Octal27510310001011023216162
Binary1011110110000111000000010000011000010110101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4340; }

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

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

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

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

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

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

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

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