#BD4640

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

Shades of Chestnut #BD4640

Tints of Chestnut #BD4640

Color information

#BD4640 (or 0xBD4640) is unknown color: approx Chestnut. HEX triplet: BD, 46 and 40. RGB value is (189,70,64). Sum of RGB (Red+Green+Blue) = 189+70+64=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4640 is #42B9BF. Grayscale: #696969. Windows color (decimal): -4372928 or 4212413. OLE color: 4212413.

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

Color convert

RGB1897064-
CMYK00.630.660.26
HSL2.88º49.41%49.61%-
HSV(B)2.88º66.14%74.12%-
XYZ24.115.576.59-
YUV104.9104.92187.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.51%
GREEN value IS 70 (27.73% from 255) = 21.67%
BLUE value IS 64 (25.39% from 255) = 19.81%
R=58.51%
G=21.67%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189706400.630.660.262.8849.4149.61
HexBD464003F421A33132
Octal2751061000771023236162
Binary1011110110001101000000011111110000101101011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4640; }

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

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

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

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

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

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

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

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