Html Css Color HEX #BE5D14 Chocolate

📋 copy color: '#BE5D14'

red 190 ◦ green 93 ◦ blue 20

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

Shades of Chocolate #BE5D14

Tints of Chocolate #BE5D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.69%

 BLUE value IS 20 (8.2% from 255) = 6.6%

R = 62.71%
G = 30.69%
B = 6.6%

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

#BE5D14 (or 0xBE5D14) is known color: Chocolate. HEX triplet: BE, 5D and 14. RGB value is (190,93,20). Sum of RGB (Red+Green+Blue) = 190+93+20=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5D14 is #41A2EB. Grayscale: #727272. Windows color (decimal): -4301548 or 1334718. OLE color: 1334718.

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

Color convert

RGB 190 93 20 -
CMYK 0 0.51 0.89 0.25
HSL 25.76º 0.81% 0.41% -
HSV(B) 25.76º 0.89% 0.75% -
XYZ 25.28 18.83 2.96 -
YUV 113.68 75.14 182.44 -
System Red Green Blue C M Y K H S L
Decimal 190 93 20 0 0.51 0.89 0.25 25.76 0.81 0.41
Hex BE 5D 14 0 33 59 19 1A 51 29
Octal 276 135 24 0 63 131 31 32 121 51
Binary 10111110 1011101 10100 0 110011 1011001 11001 11010 1010001 101001

Color Harmonies of #BE5D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5D14

Black with #BE5D14

Text Example


Text Example

White with #BE5D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5D14; }

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

 H1.HeaderClassName
 {
   color: #BE5D14;
 }
 .AnyTagClassName
 {
   color: #BE5D14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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