#BC4847

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

Shades of Chestnut #BC4847

Tints of Chestnut #BC4847

Color information

#BC4847 (or 0xBC4847) is unknown color: approx Chestnut. HEX triplet: BC, 48 and 47. RGB value is (188,72,71). Sum of RGB (Red+Green+Blue) = 188+72+71=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4847 is #43B7B8. Grayscale: #6A6A6A. Windows color (decimal): -4437945 or 4671676. OLE color: 4671676.

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

Color convert

RGB1887271-
CMYK00.620.620.26
HSL0.51º46.61%50.78%-
HSV(B)0.51º62.23%73.73%-
XYZ24.1915.787.73-
YUV106.57107.93186.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.80%
GREEN value IS 72 (28.52% from 255) = 21.75%
BLUE value IS 71 (28.12% from 255) = 21.45%
R=56.80%
G=21.75%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188727100.620.620.260.5146.6150.78
HexBC484703E3E1A12f33
Octal274110107076763215763
Binary10111100100100010001110111110111110110101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4847; }

 p { color: rgb(188,72,71); }

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

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

 a { background-color: rgb(188,72,71); }

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

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

 span { border-color: rgb(188,72,71); }

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