Html Css Color HEX #BE5D15 Chocolate

📋 copy color: '#BE5D15'

red 190 ◦ green 93 ◦ blue 21

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

Shades of Chocolate #BE5D15

Tints of Chocolate #BE5D15

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 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

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

RGB 190 93 21 -
CMYK 0 0.51 0.89 0.25
HSL 25.56º 0.8% 0.41% -
HSV(B) 25.56º 0.89% 0.75% -
XYZ 25.28 18.83 3.01 -
YUV 113.8 75.64 182.35 -
System Red Green Blue C M Y K H S L
Decimal 190 93 21 0 0.51 0.89 0.25 25.56 0.8 0.41
Hex BE 5D 15 0 33 59 19 1A 50 29
Octal 276 135 25 0 63 131 31 32 120 51
Binary 10111110 1011101 10101 0 110011 1011001 11001 11010 1010000 101001

Color Harmonies of #BE5D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5D15

Black with #BE5D15

Text Example


Text Example

White with #BE5D15

Text Example


Text Example

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