Html Css Color HEX #BEA16B Fallow

📋 copy color: '#BEA16B'

red 190 ◦ green 161 ◦ blue 107

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

Shades of Fallow #BEA16B

Tints of Fallow #BEA16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.36%

R = 41.48%
G = 35.15%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BEA16B (or 0xBEA16B) is known color: Fallow. HEX triplet: BE, A1 and 6B. RGB value is (190,161,107). Sum of RGB (Red+Green+Blue) = 190+161+107=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA16B is #415E94. Grayscale: #A3A3A3. Windows color (decimal): -4284053 or 7053758. OLE color: 7053758.

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

Color convert

RGB 190 161 107 -
CMYK 0 0.15 0.44 0.25
HSL 39.04º 0.39% 0.58% -
HSV(B) 39.04º 0.44% 0.75% -
XYZ 36.63 37.5 19.22 -
YUV 163.52 96.11 146.89 -
System Red Green Blue C M Y K H S L
Decimal 190 161 107 0 0.15 0.44 0.25 39.04 0.39 0.58
Hex BE A1 6B 0 F 2C 19 27 27 3A
Octal 276 241 153 0 17 54 31 47 47 72
Binary 10111110 10100001 1101011 0 1111 101100 11001 100111 100111 111010

Color Harmonies of #BEA16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA16B

Black with #BEA16B

Text Example


Text Example

White with #BEA16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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