#BE6411

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

Shades of Chocolate #BE6411

Tints of Chocolate #BE6411

Color information

#BE6411 (or 0xBE6411) is unknown color: approx Chocolate. HEX triplet: BE, 64 and 11. RGB value is (190,100,17). Sum of RGB (Red+Green+Blue) = 190+100+17=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6411 is #419BEE. Grayscale: #757575. Windows color (decimal): -4299759 or 1139902. OLE color: 1139902.

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

Color convert

RGB19010017-
CMYK00.470.910.25
HSL28.79º83.57%40.59%-
HSV(B)28.79º91.05%74.51%-
XYZ25.8920.13.05-
YUV117.4571.32179.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.89%
GREEN value IS 100 (39.45% from 255) = 32.57%
BLUE value IS 17 (7.03% from 255) = 5.54%
R=61.89%
G=32.57%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901001700.470.910.2528.7983.5740.59
HexBE641102F5B191d5429
Octal27614421057133313512451
Binary101111101100100100010101111101101111001111011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6411; }

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

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

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

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

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

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

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

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