#BD5143

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

Shades of Chestnut #BD5143

Tints of Chestnut #BD5143

Color information

#BD5143 (or 0xBD5143) is unknown color: approx Chestnut. HEX triplet: BD, 51 and 43. RGB value is (189,81,67). Sum of RGB (Red+Green+Blue) = 189+81+67=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5143 is #42AEBC. Grayscale: #6F6F6F. Windows color (decimal): -4370109 or 4411837. OLE color: 4411837.

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

Color convert

RGB1898167-
CMYK00.570.650.26
HSL6.89º48.03%50.2%-
HSV(B)6.89º64.55%74.12%-
XYZ24.9417.117.3-
YUV111.7102.78183.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.08%
GREEN value IS 81 (32.03% from 255) = 24.04%
BLUE value IS 67 (26.56% from 255) = 19.88%
R=56.08%
G=24.04%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189816700.570.650.266.8948.0350.2
HexBD5143039411A73032
Octal2751211030711013276062
Binary10111101101000110000110111001100000111010111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5143; }

 p { color: rgb(189,81,67); }

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

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

 a { background-color: rgb(189,81,67); }

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

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

 span { border-color: rgb(189,81,67); }

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