Html Css Color HEX #BEA078 Fallow

📋 copy color: '#BEA078'

red 190 ◦ green 160 ◦ blue 120

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

Shades of Fallow #BEA078

Tints of Fallow #BEA078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.53%

R = 40.43%
G = 34.04%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BEA078 (or 0xBEA078) is known color: Fallow. HEX triplet: BE, A0 and 78. RGB value is (190,160,120). Sum of RGB (Red+Green+Blue) = 190+160+120=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA078 is #415F87. Grayscale: #A4A4A4. Windows color (decimal): -4284296 or 7905470. OLE color: 7905470.

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

Color convert

RGB 190 160 120 -
CMYK 0 0.16 0.37 0.25
HSL 34.29º 0.35% 0.61% -
HSV(B) 34.29º 0.37% 0.75% -
XYZ 37.2 37.44 23.04 -
YUV 164.41 102.94 146.25 -
System Red Green Blue C M Y K H S L
Decimal 190 160 120 0 0.16 0.37 0.25 34.29 0.35 0.61
Hex BE A0 78 0 10 25 19 22 23 3D
Octal 276 240 170 0 20 45 31 42 43 75
Binary 10111110 10100000 1111000 0 10000 100101 11001 100010 100011 111101

Color Harmonies of #BEA078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA078

Black with #BEA078

Text Example


Text Example

White with #BEA078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA078; }

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

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

background-color css

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

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

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

border-color css

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

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

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