#BE5E15

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

Shades of Chocolate #BE5E15

Tints of Chocolate #BE5E15

Color information

#BE5E15 (or 0xBE5E15) is unknown color: approx Chocolate. HEX triplet: BE, 5E and 15. RGB value is (190,94,21). Sum of RGB (Red+Green+Blue) = 190+94+21=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5E15 is #41A1EA. Grayscale: #727272. Windows color (decimal): -4301291 or 1400510. OLE color: 1400510.

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

Color convert

RGB1909421-
CMYK00.510.890.25
HSL25.92º80.09%41.37%-
HSV(B)25.92º88.95%74.51%-
XYZ25.3719.013.04-
YUV114.3875.3181.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.30%
GREEN value IS 94 (37.11% from 255) = 30.82%
BLUE value IS 21 (8.59% from 255) = 6.89%
R=62.30%
G=30.82%
B=6.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190942100.510.890.2525.9280.0941.37
HexBE5E1503359191a5029
Octal27613625063131313212051
Binary101111101011110101010110011101100111001110101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5E15; }

 p { color: rgb(190,94,21); }

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

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

 a { background-color: rgb(190,94,21); }

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

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

 span { border-color: rgb(190,94,21); }

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