#BC5146

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

Shades of Chestnut #BC5146

Tints of Chestnut #BC5146

Color information

#BC5146 (or 0xBC5146) is unknown color: approx Chestnut. HEX triplet: BC, 51 and 46. RGB value is (188,81,70). Sum of RGB (Red+Green+Blue) = 188+81+70=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5146 is #43AEB9. Grayscale: #6F6F6F. Windows color (decimal): -4435642 or 4608444. OLE color: 4608444.

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

Color convert

RGB1888170-
CMYK00.570.630.26
HSL5.59º46.83%50.59%-
HSV(B)5.59º62.77%73.73%-
XYZ24.7917.027.77-
YUV111.74104.45182.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.46%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 70 (27.73% from 255) = 20.65%
R=55.46%
G=23.89%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188817000.570.630.265.5946.8350.59
HexBC51460393F1A62f33
Octal274121106071773265763
Binary1011110010100011000110011100111111111010110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5146; }

 p { color: rgb(188,81,70); }

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

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

 a { background-color: rgb(188,81,70); }

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

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

 span { border-color: rgb(188,81,70); }

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