Html Css Color HEX #BE681A Chocolate

📋 copy color: '#BE681A'

red 190 ◦ green 104 ◦ blue 26

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

Shades of Chocolate #BE681A

Tints of Chocolate #BE681A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.13%

R = 59.38%
G = 32.5%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE681A (or 0xBE681A) is known color: Chocolate. HEX triplet: BE, 68 and 1A. RGB value is (190,104,26). Sum of RGB (Red+Green+Blue) = 190+104+26=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE681A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE681A is #4197E5. Grayscale: #797979. Windows color (decimal): -4298726 or 1730750. OLE color: 1730750.

HSL color Cylindrical-coordinate representation of color #BE681A: hue angle of 28.54º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE681A is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 104 26 -
CMYK 0 0.45 0.86 0.25
HSL 28.54º 0.76% 0.42% -
HSV(B) 28.54º 0.86% 0.75% -
XYZ 26.37 20.92 3.63 -
YUV 120.82 74.49 177.34 -
System Red Green Blue C M Y K H S L
Decimal 190 104 26 0 0.45 0.86 0.25 28.54 0.76 0.42
Hex BE 68 1A 0 2D 56 19 1D 4C 2A
Octal 276 150 32 0 55 126 31 35 114 52
Binary 10111110 1101000 11010 0 101101 1010110 11001 11101 1001100 101010

Color Harmonies of #BE681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE681A

Black with #BE681A

Text Example


Text Example

White with #BE681A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE681A; }

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

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

background-color css

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

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

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

border-color css

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

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

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