Html Css Color HEX #BEA170 Fallow

📋 copy color: '#BEA170'

red 190 ◦ green 161 ◦ blue 112

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

Shades of Fallow #BEA170

Tints of Fallow #BEA170

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.77%

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

R = 41.04%
G = 34.77%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BEA170 (or 0xBEA170) is known color: Fallow. HEX triplet: BE, A1 and 70. RGB value is (190,161,112). Sum of RGB (Red+Green+Blue) = 190+161+112=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA170 is #415E8F. Grayscale: #A4A4A4. Windows color (decimal): -4284048 or 7381438. OLE color: 7381438.

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

Color convert

RGB 190 161 112 -
CMYK 0 0.15 0.41 0.25
HSL 37.69º 0.38% 0.59% -
HSV(B) 37.69º 0.41% 0.75% -
XYZ 36.9 37.61 20.64 -
YUV 164.09 98.61 146.48 -
System Red Green Blue C M Y K H S L
Decimal 190 161 112 0 0.15 0.41 0.25 37.69 0.38 0.59
Hex BE A1 70 0 F 29 19 26 26 3B
Octal 276 241 160 0 17 51 31 46 46 73
Binary 10111110 10100001 1110000 0 1111 101001 11001 100110 100110 111011

Color Harmonies of #BEA170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA170

Black with #BEA170

Text Example


Text Example

White with #BEA170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA170; }

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

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

background-color css

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

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

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

border-color css

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

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

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