#BC4A3F

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

Shades of Chestnut #BC4A3F

Tints of Chestnut #BC4A3F

Color information

#BC4A3F (or 0xBC4A3F) is unknown color: approx Chestnut. HEX triplet: BC, 4A and 3F. RGB value is (188,74,63). Sum of RGB (Red+Green+Blue) = 188+74+63=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4A3F is #43B5C0. Grayscale: #6A6A6A. Windows color (decimal): -4437441 or 4147900. OLE color: 4147900.

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

Color convert

RGB1887463-
CMYK00.610.660.26
HSL5.28º49.8%49.22%-
HSV(B)5.28º66.49%73.73%-
XYZ24.0915.956.51-
YUV106.83103.27185.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.85%
GREEN value IS 74 (29.30% from 255) = 22.77%
BLUE value IS 63 (25% from 255) = 19.38%
R=57.85%
G=22.77%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188746300.610.660.265.2849.849.22
HexBC4A3F03D421A53231
Octal274112770751023256261
Binary1011110010010101111110111101100001011010101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4A3F; }

 p { color: rgb(188,74,63); }

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

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

 a { background-color: rgb(188,74,63); }

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

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

 span { border-color: rgb(188,74,63); }

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