Html Css Color HEX #BEA476 Fallow

📋 copy color: '#BEA476'

red 190 ◦ green 164 ◦ blue 118

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

Shades of Fallow #BEA476

Tints of Fallow #BEA476

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.75%

 BLUE value IS 118 (46.48% from 255) = 25%

R = 40.25%
G = 34.75%
B = 25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BEA476 (or 0xBEA476) is known color: Fallow. HEX triplet: BE, A4 and 76. RGB value is (190,164,118). Sum of RGB (Red+Green+Blue) = 190+164+118=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA476 is #415B89. Grayscale: #A6A6A6. Windows color (decimal): -4283274 or 7775422. OLE color: 7775422.

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

Color convert

RGB 190 164 118 -
CMYK 0 0.14 0.38 0.25
HSL 38.33º 0.36% 0.6% -
HSV(B) 38.33º 0.38% 0.75% -
XYZ 37.78 38.81 22.64 -
YUV 166.53 100.61 144.74 -
System Red Green Blue C M Y K H S L
Decimal 190 164 118 0 0.14 0.38 0.25 38.33 0.36 0.6
Hex BE A4 76 0 E 26 19 26 24 3C
Octal 276 244 166 0 16 46 31 46 44 74
Binary 10111110 10100100 1110110 0 1110 100110 11001 100110 100100 111100

Color Harmonies of #BEA476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA476

Black with #BEA476

Text Example


Text Example

White with #BEA476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA476; }

 p { color: rgb(190,164,118); }

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

background-color css

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

 a { background-color: rgb(190,164,118); }

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

border-color css

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

 span { border-color: rgb(190,164,118); }

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