#BD493F

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

Shades of Chestnut #BD493F

Tints of Chestnut #BD493F

Color information

#BD493F (or 0xBD493F) is unknown color: approx Chestnut. HEX triplet: BD, 49 and 3F. RGB value is (189,73,63). Sum of RGB (Red+Green+Blue) = 189+73+63=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD493F is #42B6C0. Grayscale: #6A6A6A. Windows color (decimal): -4372161 or 4147645. OLE color: 4147645.

HSL color Cylindrical-coordinate representation of color #BD493F: hue angle of 4.76º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD493F is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB1897363-
CMYK00.610.670.26
HSL4.76º50%49.41%-
HSV(B)4.76º66.67%74.12%-
XYZ24.2715.946.5-
YUV106.54103.43186.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.15%
GREEN value IS 73 (28.91% from 255) = 22.46%
BLUE value IS 63 (25% from 255) = 19.38%
R=58.15%
G=22.46%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189736300.610.670.264.765049.41
HexBD493F03D431A53231
Octal275111770751033256261
Binary1011110110010011111110111101100001111010101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD493F; }

 p { color: rgb(189,73,63); }

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

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

 a { background-color: rgb(189,73,63); }

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

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

 span { border-color: rgb(189,73,63); }

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