Html Css Color HEX #B9A171 Fallow

📋 copy color: '#B9A171'

red 185 ◦ green 161 ◦ blue 113

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

Shades of Fallow #B9A171

Tints of Fallow #B9A171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.62%

R = 40.31%
G = 35.08%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B9A171 (or 0xB9A171) is known color: Fallow. HEX triplet: B9, A1 and 71. RGB value is (185,161,113). Sum of RGB (Red+Green+Blue) = 185+161+113=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A171 is #465E8E. Grayscale: #A2A2A2. Windows color (decimal): -4611727 or 7446969. OLE color: 7446969.

HSL color Cylindrical-coordinate representation of color #B9A171: hue angle of 40º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9A171 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 161 113 -
CMYK 0 0.13 0.39 0.27
HSL 40º 0.34% 0.58% -
HSV(B) 40º 0.39% 0.73% -
XYZ 35.73 37 20.88 -
YUV 162.7 99.95 143.9 -
System Red Green Blue C M Y K H S L
Decimal 185 161 113 0 0.13 0.39 0.27 40 0.34 0.58
Hex B9 A1 71 0 D 27 1B 28 22 3A
Octal 271 241 161 0 15 47 33 50 42 72
Binary 10111001 10100001 1110001 0 1101 100111 11011 101000 100010 111010

Color Harmonies of #B9A171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A171

Black with #B9A171

Text Example


Text Example

White with #B9A171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A171; }

 p { color: rgb(185,161,113); }

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

background-color css

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

 a { background-color: rgb(185,161,113); }

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

border-color css

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

 span { border-color: rgb(185,161,113); }

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