#be6416

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

Shades of Chocolate #BE6416

Tints of Chocolate #BE6416

Color information

#BE6416 (or 0xBE6416) is unknown color: approx Chocolate. HEX triplet: BE, 64 and 16. RGB value is (190,100,22). Sum of RGB (Red+Green+Blue) = 190+100+22=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6416 is #419BE9. Grayscale: #767676. Windows color (decimal): -4299754 or 1467582. OLE color: 1467582.

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

Color convert

RGB19010022-
CMYK00.470.880.25
HSL27.86º79.25%41.57%-
HSV(B)27.86º88.42%74.51%-
XYZ25.9420.123.28-
YUV118.0273.82179.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.90%
GREEN value IS 100 (39.45% from 255) = 32.05%
BLUE value IS 22 (8.98% from 255) = 7.05%
R=60.90%
G=32.05%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901002200.470.880.2527.8679.2541.57
HexBE641602F58191c4f2a
Octal27614426057130313411752
Binary101111101100100101100101111101100011001111001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be6416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be6416; }

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

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

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

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

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

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

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

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