#BE6816

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

Shades of Chocolate #BE6816

Tints of Chocolate #BE6816

Color information

#BE6816 (or 0xBE6816) is unknown color: approx Chocolate. HEX triplet: BE, 68 and 16. RGB value is (190,104,22). Sum of RGB (Red+Green+Blue) = 190+104+22=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6816 is #4197E9. Grayscale: #787878. Windows color (decimal): -4298730 or 1468606. OLE color: 1468606.

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

Color convert

RGB19010422-
CMYK00.450.880.25
HSL29.29º79.25%41.57%-
HSV(B)29.29º88.42%74.51%-
XYZ26.3320.913.41-
YUV120.3772.49177.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.13%
GREEN value IS 104 (41.02% from 255) = 32.91%
BLUE value IS 22 (8.98% from 255) = 6.96%
R=60.13%
G=32.91%
B=6.96%

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
Decimal1901042200.450.880.2529.2979.2541.57
HexBE681602D58191d4f2a
Octal27615026055130313511752
Binary101111101101000101100101101101100011001111011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6816; }

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

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

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

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

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

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

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

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