#BC6416

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

Shades of Chocolate #BC6416

Tints of Chocolate #BC6416

Color information

#BC6416 (or 0xBC6416) is unknown color: approx Chocolate. HEX triplet: BC, 64 and 16. RGB value is (188,100,22). Sum of RGB (Red+Green+Blue) = 188+100+22=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6416 is #439BE9. Grayscale: #757575. Windows color (decimal): -4430826 or 1467580. OLE color: 1467580.

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

Color convert

RGB18810022-
CMYK00.470.880.26
HSL28.19º79.05%41.18%-
HSV(B)28.19º88.3%73.73%-
XYZ25.4419.863.25-
YUV117.4274.15178.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.65%
GREEN value IS 100 (39.45% from 255) = 32.26%
BLUE value IS 22 (8.98% from 255) = 7.10%
R=60.65%
G=32.26%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881002200.470.880.2628.1979.0541.18
HexBC641602F581A1c4f29
Octal27414426057130323411751
Binary101111001100100101100101111101100011010111001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6416; }

 p { color: rgb(188,100,22); }

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

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

 a { background-color: rgb(188,100,22); }

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

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

 span { border-color: rgb(188,100,22); }

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