Html Css Color HEX #B9A074 Fallow

📋 copy color: '#B9A074'

red 185 ◦ green 160 ◦ blue 116

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

Shades of Fallow #B9A074

Tints of Fallow #B9A074

RGB

 RED value IS 185 (72.66% from 255) = 40.13%

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

 BLUE value IS 116 (45.7% from 255) = 25.16%

R = 40.13%
G = 34.71%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B9A074 (or 0xB9A074) is known color: Fallow. HEX triplet: B9, A0 and 74. RGB value is (185,160,116). Sum of RGB (Red+Green+Blue) = 185+160+116=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A074 is #465F8B. Grayscale: #A2A2A2. Windows color (decimal): -4611980 or 7643321. OLE color: 7643321.

HSL color Cylindrical-coordinate representation of color #B9A074: hue angle of 38.26º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9A074 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 160 116 -
CMYK 0 0.14 0.37 0.27
HSL 38.26º 0.33% 0.59% -
HSV(B) 38.26º 0.37% 0.73% -
XYZ 35.73 36.72 21.73 -
YUV 162.46 101.78 144.08 -
System Red Green Blue C M Y K H S L
Decimal 185 160 116 0 0.14 0.37 0.27 38.26 0.33 0.59
Hex B9 A0 74 0 E 25 1B 26 21 3B
Octal 271 240 164 0 16 45 33 46 41 73
Binary 10111001 10100000 1110100 0 1110 100101 11011 100110 100001 111011

Color Harmonies of #B9A074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A074

Black with #B9A074

Text Example


Text Example

White with #B9A074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A074; }

 p { color: rgb(185,160,116); }

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

background-color css

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

 a { background-color: rgb(185,160,116); }

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

border-color css

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

 span { border-color: rgb(185,160,116); }

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