Html Css Color HEX #BE5E15 Chocolate

📋 copy color: '#BE5E15'

red 190 ◦ green 94 ◦ blue 21

#BE5E15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #BE5E15

Tints of Chocolate #BE5E15

RGB

 RED value IS 190 (74.61% from 255) = 62.3%

 GREEN value IS 94 (37.11% from 255) = 30.82%

 BLUE value IS 21 (8.59% from 255) = 6.89%

R = 62.3%
G = 30.82%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE5E15 (or 0xBE5E15) is known color: 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

RGB 190 94 21 -
CMYK 0 0.51 0.89 0.25
HSL 25.92º 0.8% 0.41% -
HSV(B) 25.92º 0.89% 0.75% -
XYZ 25.37 19.01 3.04 -
YUV 114.38 75.3 181.94 -
System Red Green Blue C M Y K H S L
Decimal 190 94 21 0 0.51 0.89 0.25 25.92 0.8 0.41
Hex BE 5E 15 0 33 59 19 1A 50 29
Octal 276 136 25 0 63 131 31 32 120 51
Binary 10111110 1011110 10101 0 110011 1011001 11001 11010 1010000 101001

Color Harmonies of #BE5E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5E15

Black with #BE5E15

Text Example


Text Example

White with #BE5E15

Text Example


Text Example

HTML Codes & Css Web 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>