#BD4140

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

Shades of Chestnut #BD4140

Tints of Chestnut #BD4140

Color information

#BD4140 (or 0xBD4140) is unknown color: approx Chestnut. HEX triplet: BD, 41 and 40. RGB value is (189,65,64). Sum of RGB (Red+Green+Blue) = 189+65+64=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4140 is #42BEBF. Grayscale: #666666. Windows color (decimal): -4374208 or 4211133. OLE color: 4211133.

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

Color convert

RGB1896564-
CMYK00.660.660.26
HSL0.48º49.41%49.61%-
HSV(B)0.48º66.14%74.12%-
XYZ23.814.976.49-
YUV101.96106.58190.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.43%
GREEN value IS 65 (25.78% from 255) = 20.44%
BLUE value IS 64 (25.39% from 255) = 20.13%
R=59.43%
G=20.44%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189656400.660.660.260.4849.4149.61
HexBD4140042421A03132
Octal27510110001021023206162
Binary1011110110000011000000010000101000010110100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4140; }

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

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

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

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

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

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

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

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