#B9AA6A

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

Shades of Gimblet #B9AA6A

Tints of Gimblet #B9AA6A

Color information

#B9AA6A (or 0xB9AA6A) is unknown color: approx Gimblet. HEX triplet: B9, AA and 6A. RGB value is (185,170,106). Sum of RGB (Red+Green+Blue) = 185+170+106=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA6A is #465595. Grayscale: #A7A7A7. Windows color (decimal): -4609430 or 6990521. OLE color: 6990521.

HSL color Cylindrical-coordinate representation of color #B9AA6A: hue angle of 48.61º 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 #B9AA6A is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB185170106-
CMYK00.080.430.27
HSL48.61º36.07%57.06%-
HSV(B)48.61º42.7%72.55%-
XYZ36.9840.119.43-
YUV167.1993.47140.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.13%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 106 (41.80% from 255) = 22.99%
R=40.13%
G=36.88%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517010600.080.430.2748.6136.0757.06
HexB9AA6A082B1B312439
Octal2712521520105333614471
Binary101110011010101011010100100010101111011110001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AA6A; }

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

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

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

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

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

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

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

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