Html Css Color HEX #BEA16D Fallow

📋 copy color: '#BEA16D'

red 190 ◦ green 161 ◦ blue 109

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

Shades of Fallow #BEA16D

Tints of Fallow #BEA16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.7%

R = 41.3%
G = 35%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BEA16D (or 0xBEA16D) is known color: Fallow. HEX triplet: BE, A1 and 6D. RGB value is (190,161,109). Sum of RGB (Red+Green+Blue) = 190+161+109=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA16D is #415E92. Grayscale: #A3A3A3. Windows color (decimal): -4284051 or 7184830. OLE color: 7184830.

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

Color convert

RGB 190 161 109 -
CMYK 0 0.15 0.43 0.25
HSL 38.52º 0.38% 0.59% -
HSV(B) 38.52º 0.43% 0.75% -
XYZ 36.74 37.54 19.78 -
YUV 163.74 97.11 146.73 -
System Red Green Blue C M Y K H S L
Decimal 190 161 109 0 0.15 0.43 0.25 38.52 0.38 0.59
Hex BE A1 6D 0 F 2B 19 27 26 3B
Octal 276 241 155 0 17 53 31 47 46 73
Binary 10111110 10100001 1101101 0 1111 101011 11001 100111 100110 111011

Color Harmonies of #BEA16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA16D

Black with #BEA16D

Text Example


Text Example

White with #BEA16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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