#BD4440

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

Shades of Chestnut #BD4440

Tints of Chestnut #BD4440

Color information

#BD4440 (or 0xBD4440) is unknown color: approx Chestnut. HEX triplet: BD, 44 and 40. RGB value is (189,68,64). Sum of RGB (Red+Green+Blue) = 189+68+64=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4440 is #42BBBF. Grayscale: #676767. Windows color (decimal): -4373440 or 4211901. OLE color: 4211901.

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

Color convert

RGB1896864-
CMYK00.640.660.26
HSL1.92º49.41%49.61%-
HSV(B)1.92º66.14%74.12%-
XYZ23.9815.326.54-
YUV103.72105.59188.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.88%
GREEN value IS 68 (26.95% from 255) = 21.18%
BLUE value IS 64 (25.39% from 255) = 19.94%
R=58.88%
G=21.18%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189686400.640.660.261.9249.4149.61
HexBD4440040421A23132
Octal27510410001001023226162
Binary10111101100010010000000100000010000101101010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4440; }

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

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

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

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

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

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

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

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