#BD4845

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

Shades of Chestnut #BD4845

Tints of Chestnut #BD4845

Color information

#BD4845 (or 0xBD4845) is unknown color: approx Chestnut. HEX triplet: BD, 48 and 45. RGB value is (189,72,69). Sum of RGB (Red+Green+Blue) = 189+72+69=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4845 is #42B7BA. Grayscale: #6A6A6A. Windows color (decimal): -4372411 or 4540605. OLE color: 4540605.

HSL color Cylindrical-coordinate representation of color #BD4845: hue angle of 1.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD4845 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB1897269-
CMYK00.620.630.26
HSL1.5º47.62%50.59%-
HSV(B)1.5º63.49%74.12%-
XYZ24.3815.887.41-
YUV106.64106.76186.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.27%
GREEN value IS 72 (28.52% from 255) = 21.82%
BLUE value IS 69 (27.34% from 255) = 20.91%
R=57.27%
G=21.82%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189726900.620.630.261.547.6250.59
HexBD484503E3F1A23033
Octal275110105076773226063
Binary101111011001000100010101111101111111101010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4845; }

 p { color: rgb(189,72,69); }

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

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

 a { background-color: rgb(189,72,69); }

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

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

 span { border-color: rgb(189,72,69); }

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