#BD4543

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

Shades of Chestnut #BD4543

Tints of Chestnut #BD4543

Color information

#BD4543 (or 0xBD4543) is unknown color: approx Chestnut. HEX triplet: BD, 45 and 43. RGB value is (189,69,67). Sum of RGB (Red+Green+Blue) = 189+69+67=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4543 is #42BABC. Grayscale: #686868. Windows color (decimal): -4373181 or 4408765. OLE color: 4408765.

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

Color convert

RGB1896967-
CMYK00.630.650.26
HSL0.98º48.03%50.2%-
HSV(B)0.98º64.55%74.12%-
XYZ24.1315.487.03-
YUV104.65106.76188.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.15%
GREEN value IS 69 (27.34% from 255) = 21.23%
BLUE value IS 67 (26.56% from 255) = 20.62%
R=58.15%
G=21.23%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189696700.630.650.260.9848.0350.2
HexBD454303F411A13032
Octal2751051030771013216062
Binary101111011000101100001101111111000001110101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4543; }

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

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

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

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

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

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

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

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