Html Css Color HEX #BEA070 Fallow

📋 copy color: '#BEA070'

red 190 ◦ green 160 ◦ blue 112

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

Shades of Fallow #BEA070

Tints of Fallow #BEA070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.24%

R = 41.13%
G = 34.63%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BEA070 (or 0xBEA070) is known color: Fallow. HEX triplet: BE, A0 and 70. RGB value is (190,160,112). Sum of RGB (Red+Green+Blue) = 190+160+112=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA070 is #415F8F. Grayscale: #A3A3A3. Windows color (decimal): -4284304 or 7381182. OLE color: 7381182.

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

Color convert

RGB 190 160 112 -
CMYK 0 0.16 0.41 0.25
HSL 36.92º 0.38% 0.59% -
HSV(B) 36.92º 0.41% 0.75% -
XYZ 36.73 37.26 20.58 -
YUV 163.5 98.94 146.9 -
System Red Green Blue C M Y K H S L
Decimal 190 160 112 0 0.16 0.41 0.25 36.92 0.38 0.59
Hex BE A0 70 0 10 29 19 25 26 3B
Octal 276 240 160 0 20 51 31 45 46 73
Binary 10111110 10100000 1110000 0 10000 101001 11001 100101 100110 111011

Color Harmonies of #BEA070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA070

Black with #BEA070

Text Example


Text Example

White with #BEA070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA070; }

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

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

background-color css

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

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

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

border-color css

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

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

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