#BE6916

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

Shades of Chocolate #BE6916

Tints of Chocolate #BE6916

Color information

#BE6916 (or 0xBE6916) is unknown color: approx Chocolate. HEX triplet: BE, 69 and 16. RGB value is (190,105,22). Sum of RGB (Red+Green+Blue) = 190+105+22=317 (41% of max value = 765). Red value is 190 (74.61% from 255 or 59.94% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6916 is #4196E9. Grayscale: #797979. Windows color (decimal): -4298474 or 1468862. OLE color: 1468862.

HSL color Cylindrical-coordinate representation of color #BE6916: hue angle of 29.64º 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 #BE6916 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB19010522-
CMYK00.450.880.25
HSL29.64º79.25%41.57%-
HSV(B)29.64º88.42%74.51%-
XYZ26.4321.113.44-
YUV120.9572.16177.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.94%
GREEN value IS 105 (41.41% from 255) = 33.12%
BLUE value IS 22 (8.98% from 255) = 6.94%
R=59.94%
G=33.12%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901052200.450.880.2529.6479.2541.57
HexBE691602D58191e4f2a
Octal27615126055130313611752
Binary101111101101001101100101101101100011001111101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6916; }

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

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

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

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

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

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

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

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