#BE5C15

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

Shades of Chocolate #BE5C15

Tints of Chocolate #BE5C15

Color information

#BE5C15 (or 0xBE5C15) is unknown color: approx Chocolate. HEX triplet: BE, 5C and 15. RGB value is (190,92,21). Sum of RGB (Red+Green+Blue) = 190+92+21=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5C15 is #41A3EA. Grayscale: #717171. Windows color (decimal): -4301803 or 1399998. OLE color: 1399998.

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

Color convert

RGB1909221-
CMYK00.520.890.25
HSL25.21º80.09%41.37%-
HSV(B)25.21º88.95%74.51%-
XYZ25.218.662.98-
YUV113.2175.97182.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.71%
GREEN value IS 92 (36.33% from 255) = 30.36%
BLUE value IS 21 (8.59% from 255) = 6.93%
R=62.71%
G=30.36%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190922100.520.890.2525.2180.0941.37
HexBE5C150345919195029
Octal27613425064131313112051
Binary101111101011100101010110100101100111001110011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5C15; }

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

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

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

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

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

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

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

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