#BC4F43

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

Shades of Chestnut #BC4F43

Tints of Chestnut #BC4F43

Color information

#BC4F43 (or 0xBC4F43) is unknown color: approx Chestnut. HEX triplet: BC, 4F and 43. RGB value is (188,79,67). Sum of RGB (Red+Green+Blue) = 188+79+67=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4F43 is #43B0BC. Grayscale: #6E6E6E. Windows color (decimal): -4436157 or 4411324. OLE color: 4411324.

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

Color convert

RGB1887967-
CMYK00.580.640.26
HSL5.95º47.45%50%-
HSV(B)5.95º64.36%73.73%-
XYZ24.5516.697.24-
YUV110.22103.61183.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.29%
GREEN value IS 79 (31.25% from 255) = 23.65%
BLUE value IS 67 (26.56% from 255) = 20.06%
R=56.29%
G=23.65%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188796700.580.640.265.9547.4550
HexBC4F4303A401A62f32
Octal2741171030721003265762
Binary10111100100111110000110111010100000011010110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4F43; }

 p { color: rgb(188,79,67); }

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

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

 a { background-color: rgb(188,79,67); }

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

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

 span { border-color: rgb(188,79,67); }

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