#BE5D15

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

Shades of Chocolate #BE5D15

Tints of Chocolate #BE5D15

Color information

#BE5D15 (or 0xBE5D15) is unknown color: approx Chocolate. HEX triplet: BE, 5D and 15. RGB value is (190,93,21). Sum of RGB (Red+Green+Blue) = 190+93+21=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5D15 is #41A2EA. Grayscale: #727272. Windows color (decimal): -4301547 or 1400254. OLE color: 1400254.

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

Color convert

RGB1909321-
CMYK00.510.890.25
HSL25.56º80.09%41.37%-
HSV(B)25.56º88.95%74.51%-
XYZ25.2818.833.01-
YUV113.7975.64182.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.5%
GREEN value IS 93 (36.72% from 255) = 30.59%
BLUE value IS 21 (8.59% from 255) = 6.91%
R=62.5%
G=30.59%
B=6.91%

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
Decimal190932100.510.890.2525.5680.0941.37
HexBE5D1503359191a5029
Octal27613525063131313212051
Binary101111101011101101010110011101100111001110101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5D15; }

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

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

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

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

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

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

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

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