Html Css Color HEX #BE6A14 Chocolate

📋 copy color: '#BE6A14'

red 190 ◦ green 106 ◦ blue 20

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

Shades of Chocolate #BE6A14

Tints of Chocolate #BE6A14

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.54%

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

R = 60.13%
G = 33.54%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE6A14 (or 0xBE6A14) is known color: Chocolate. HEX triplet: BE, 6A and 14. RGB value is (190,106,20). Sum of RGB (Red+Green+Blue) = 190+106+20=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6A14 is #4195EB. Grayscale: #797979. Windows color (decimal): -4298220 or 1338046. OLE color: 1338046.

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

Color convert

RGB 190 106 20 -
CMYK 0 0.44 0.89 0.25
HSL 30.35º 0.81% 0.41% -
HSV(B) 30.35º 0.89% 0.75% -
XYZ 26.52 21.31 3.38 -
YUV 121.31 70.83 176.99 -
System Red Green Blue C M Y K H S L
Decimal 190 106 20 0 0.44 0.89 0.25 30.35 0.81 0.41
Hex BE 6A 14 0 2C 59 19 1E 51 29
Octal 276 152 24 0 54 131 31 36 121 51
Binary 10111110 1101010 10100 0 101100 1011001 11001 11110 1010001 101001

Color Harmonies of #BE6A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A14

Black with #BE6A14

Text Example


Text Example

White with #BE6A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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