#B9A16A

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

Shades of Fallow #B9A16A

Tints of Fallow #B9A16A

Color information

#B9A16A (or 0xB9A16A) is unknown color: approx Fallow. HEX triplet: B9, A1 and 6A. RGB value is (185,161,106). Sum of RGB (Red+Green+Blue) = 185+161+106=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A16A is #465E95. Grayscale: #A2A2A2. Windows color (decimal): -4611734 or 6988217. OLE color: 6988217.

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

Color convert

RGB185161106-
CMYK00.130.430.27
HSL41.77º36.07%57.06%-
HSV(B)41.77º42.7%72.55%-
XYZ35.3536.8418.88-
YUV161.9196.45144.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 161 (63.28% from 255) = 35.62%
BLUE value IS 106 (41.80% from 255) = 23.45%
R=40.93%
G=35.62%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516110600.130.430.2741.7736.0757.06
HexB9A16A0D2B1B2a2439
Octal2712411520155333524471
Binary101110011010000111010100110110101111011101010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A16A; }

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

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

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

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

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

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

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

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