#BE6211

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

Shades of Chocolate #BE6211

Tints of Chocolate #BE6211

Color information

#BE6211 (or 0xBE6211) is unknown color: approx Chocolate. HEX triplet: BE, 62 and 11. RGB value is (190,98,17). Sum of RGB (Red+Green+Blue) = 190+98+17=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6211 is #419DEE. Grayscale: #747474. Windows color (decimal): -4300271 or 1139390. OLE color: 1139390.

HSL color Cylindrical-coordinate representation of color #BE6211: hue angle of 28.09º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE6211 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB1909817-
CMYK00.480.910.25
HSL28.09º83.57%40.59%-
HSV(B)28.09º91.05%74.51%-
XYZ25.719.722.98-
YUV116.2771.98180.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.30%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 17 (7.03% from 255) = 5.57%
R=62.30%
G=32.13%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190981700.480.910.2528.0983.5740.59
HexBE62110305B191c5429
Octal27614221060133313412451
Binary101111101100010100010110000101101111001111001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6211; }

 p { color: rgb(190,98,17); }

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

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

 a { background-color: rgb(190,98,17); }

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

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

 span { border-color: rgb(190,98,17); }

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