Html Css Color HEX #BEA06F Fallow

📋 copy color: '#BEA06F'

red 190 ◦ green 160 ◦ blue 111

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

Shades of Fallow #BEA06F

Tints of Fallow #BEA06F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.71%

 BLUE value IS 111 (43.75% from 255) = 24.08%

R = 41.21%
G = 34.71%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BEA06F (or 0xBEA06F) is known color: Fallow. HEX triplet: BE, A0 and 6F. RGB value is (190,160,111). Sum of RGB (Red+Green+Blue) = 190+160+111=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA06F is #415F90. Grayscale: #A3A3A3. Windows color (decimal): -4284305 or 7315646. OLE color: 7315646.

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

Color convert

RGB 190 160 111 -
CMYK 0 0.16 0.42 0.25
HSL 37.22º 0.38% 0.59% -
HSV(B) 37.22º 0.42% 0.75% -
XYZ 36.68 37.24 20.29 -
YUV 163.38 98.44 146.98 -
System Red Green Blue C M Y K H S L
Decimal 190 160 111 0 0.16 0.42 0.25 37.22 0.38 0.59
Hex BE A0 6F 0 10 2A 19 25 26 3B
Octal 276 240 157 0 20 52 31 45 46 73
Binary 10111110 10100000 1101111 0 10000 101010 11001 100101 100110 111011

Color Harmonies of #BEA06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA06F

Black with #BEA06F

Text Example


Text Example

White with #BEA06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA06F; }

 p { color: rgb(190,160,111); }

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

background-color css

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

 a { background-color: rgb(190,160,111); }

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

border-color css

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

 span { border-color: rgb(190,160,111); }

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