#BE6318

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

Shades of Chocolate #BE6318

Tints of Chocolate #BE6318

Color information

#BE6318 (or 0xBE6318) is unknown color: approx Chocolate. HEX triplet: BE, 63 and 18. RGB value is (190,99,24). Sum of RGB (Red+Green+Blue) = 190+99+24=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6318 is #419CE7. Grayscale: #767676. Windows color (decimal): -4300008 or 1598398. OLE color: 1598398.

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

Color convert

RGB1909924-
CMYK00.480.870.25
HSL27.11º77.57%41.96%-
HSV(B)27.11º87.37%74.51%-
XYZ25.8619.943.35-
YUV117.6675.15179.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.70%
GREEN value IS 99 (39.06% from 255) = 31.63%
BLUE value IS 24 (9.77% from 255) = 7.67%
R=60.70%
G=31.63%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190992400.480.870.2527.1177.5741.96
HexBE631803057191b4e2a
Octal27614330060127313311652
Binary101111101100011110000110000101011111001110111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6318; }

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

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

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

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

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

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

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

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