#B9A16E

Color #B9A16E Fallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fallow #B9A16E

Tints of Fallow #B9A16E

Color information

#B9A16E (or 0xB9A16E) is unknown color: approx Fallow. HEX triplet: B9, A1 and 6E. RGB value is (185,161,110). Sum of RGB (Red+Green+Blue) = 185+161+110=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A16E is #465E91. Grayscale: #A2A2A2. Windows color (decimal): -4611730 or 7250361. OLE color: 7250361.

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

Color convert

RGB185161110-
CMYK00.130.410.27
HSL40.8º34.88%57.84%-
HSV(B)40.8º40.54%72.55%-
XYZ35.5736.9320.01-
YUV162.3698.45144.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 161 (63.28% from 255) = 35.31%
BLUE value IS 110 (43.36% from 255) = 24.12%
R=40.57%
G=35.31%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516111000.130.410.2740.834.8857.84
HexB9A16E0D291B29233a
Octal2712411560155133514372
Binary101110011010000111011100110110100111011101001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A16E; }

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

 H1.HeaderClassName
 {
   color: #B9A16E;
 }
 .AnyTagClassName
 {
   color: #B9A16E;
 }
</style>
background-color css

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

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

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

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

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

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