Html Css Color HEX #BE6814 Chocolate

📋 copy color: '#BE6814'

red 190 ◦ green 104 ◦ blue 20

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

Shades of Chocolate #BE6814

Tints of Chocolate #BE6814

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.12%

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

R = 60.51%
G = 33.12%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE6814 (or 0xBE6814) is known color: Chocolate. HEX triplet: BE, 68 and 14. RGB value is (190,104,20). Sum of RGB (Red+Green+Blue) = 190+104+20=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6814 is #4197EB. Grayscale: #787878. Windows color (decimal): -4298732 or 1337534. OLE color: 1337534.

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

Color convert

RGB 190 104 20 -
CMYK 0 0.45 0.89 0.25
HSL 29.65º 0.81% 0.41% -
HSV(B) 29.65º 0.89% 0.75% -
XYZ 26.31 20.9 3.31 -
YUV 120.14 71.49 177.83 -
System Red Green Blue C M Y K H S L
Decimal 190 104 20 0 0.45 0.89 0.25 29.65 0.81 0.41
Hex BE 68 14 0 2D 59 19 1E 51 29
Octal 276 150 24 0 55 131 31 36 121 51
Binary 10111110 1101000 10100 0 101101 1011001 11001 11110 1010001 101001

Color Harmonies of #BE6814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6814

Black with #BE6814

Text Example


Text Example

White with #BE6814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6814; }

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

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

background-color css

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

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

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

border-color css

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

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

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