Html Css Color HEX #BEA276 Fallow

📋 copy color: '#BEA276'

red 190 ◦ green 162 ◦ blue 118

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

Shades of Fallow #BEA276

Tints of Fallow #BEA276

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.47%

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

R = 40.43%
G = 34.47%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BEA276 (or 0xBEA276) is known color: Fallow. HEX triplet: BE, A2 and 76. RGB value is (190,162,118). Sum of RGB (Red+Green+Blue) = 190+162+118=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA276 is #415D89. Grayscale: #A5A5A5. Windows color (decimal): -4283786 or 7774910. OLE color: 7774910.

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

Color convert

RGB 190 162 118 -
CMYK 0 0.15 0.38 0.25
HSL 36.67º 0.36% 0.6% -
HSV(B) 36.67º 0.38% 0.75% -
XYZ 37.43 38.1 22.52 -
YUV 165.36 101.28 145.58 -
System Red Green Blue C M Y K H S L
Decimal 190 162 118 0 0.15 0.38 0.25 36.67 0.36 0.6
Hex BE A2 76 0 F 26 19 25 24 3C
Octal 276 242 166 0 17 46 31 45 44 74
Binary 10111110 10100010 1110110 0 1111 100110 11001 100101 100100 111100

Color Harmonies of #BEA276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA276

Black with #BEA276

Text Example


Text Example

White with #BEA276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA276; }

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

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

background-color css

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

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

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

border-color css

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

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

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