Html Css Color HEX #BE681B Chocolate

📋 copy color: '#BE681B'

red 190 ◦ green 104 ◦ blue 27

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

Shades of Chocolate #BE681B

Tints of Chocolate #BE681B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.41%

R = 59.19%
G = 32.4%
B = 8.41%

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

#BE681B (or 0xBE681B) is known color: Chocolate. HEX triplet: BE, 68 and 1B. RGB value is (190,104,27). Sum of RGB (Red+Green+Blue) = 190+104+27=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE681B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE681B is #4197E4. Grayscale: #797979. Windows color (decimal): -4298725 or 1796286. OLE color: 1796286.

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

Color convert

RGB 190 104 27 -
CMYK 0 0.45 0.86 0.25
HSL 28.34º 0.75% 0.43% -
HSV(B) 28.34º 0.86% 0.75% -
XYZ 26.38 20.93 3.69 -
YUV 120.94 74.99 177.26 -
System Red Green Blue C M Y K H S L
Decimal 190 104 27 0 0.45 0.86 0.25 28.34 0.75 0.43
Hex BE 68 1B 0 2D 56 19 1C 4B 2B
Octal 276 150 33 0 55 126 31 34 113 53
Binary 10111110 1101000 11011 0 101101 1010110 11001 11100 1001011 101011

Color Harmonies of #BE681B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE681B

Black with #BE681B

Text Example


Text Example

White with #BE681B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE681B; }

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

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

background-color css

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

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

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

border-color css

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

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

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