#BE6311

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

Shades of Chocolate #BE6311

Tints of Chocolate #BE6311

Color information

#BE6311 (or 0xBE6311) is unknown color: approx Chocolate. HEX triplet: BE, 63 and 11. RGB value is (190,99,17). Sum of RGB (Red+Green+Blue) = 190+99+17=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6311 is #419CEE. Grayscale: #757575. Windows color (decimal): -4300015 or 1139646. OLE color: 1139646.

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

Color convert

RGB1909917-
CMYK00.480.910.25
HSL28.44º83.57%40.59%-
HSV(B)28.44º91.05%74.51%-
XYZ25.819.913.01-
YUV116.8671.65180.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.09%
GREEN value IS 99 (39.06% from 255) = 32.35%
BLUE value IS 17 (7.03% from 255) = 5.56%
R=62.09%
G=32.35%
B=5.56%

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
Decimal190991700.480.910.2528.4483.5740.59
HexBE63110305B191c5429
Octal27614321060133313412451
Binary101111101100011100010110000101101111001111001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6311; }

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

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

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

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

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

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

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

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