#BE6418

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

Shades of Chocolate #BE6418

Tints of Chocolate #BE6418

Color information

#BE6418 (or 0xBE6418) is unknown color: approx Chocolate. HEX triplet: BE, 64 and 18. RGB value is (190,100,24). Sum of RGB (Red+Green+Blue) = 190+100+24=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6418 is #419BE7. Grayscale: #767676. Windows color (decimal): -4299752 or 1598654. OLE color: 1598654.

HSL color Cylindrical-coordinate representation of color #BE6418: hue angle of 27.47º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE6418 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB19010024-
CMYK00.470.870.25
HSL27.47º77.57%41.96%-
HSV(B)27.47º87.37%74.51%-
XYZ25.9620.133.38-
YUV118.2574.82179.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.51%
GREEN value IS 100 (39.45% from 255) = 31.85%
BLUE value IS 24 (9.77% from 255) = 7.64%
R=60.51%
G=31.85%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901002400.470.870.2527.4777.5741.96
HexBE641802F57191b4e2a
Octal27614430057127313311652
Binary101111101100100110000101111101011111001110111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6418; }

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

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

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

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

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

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

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

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