#B9AA6B

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

Shades of Gimblet #B9AA6B

Tints of Gimblet #B9AA6B

Color information

#B9AA6B (or 0xB9AA6B) is unknown color: approx Gimblet. HEX triplet: B9, AA and 6B. RGB value is (185,170,107). Sum of RGB (Red+Green+Blue) = 185+170+107=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA6B is #465594. Grayscale: #A7A7A7. Windows color (decimal): -4609429 or 7056057. OLE color: 7056057.

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

Color convert

RGB185170107-
CMYK00.080.420.27
HSL48.46º35.78%57.25%-
HSV(B)48.46º42.16%72.55%-
XYZ37.0440.1319.7-
YUV167.393.97140.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 107 (42.19% from 255) = 23.16%
R=40.04%
G=36.80%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517010700.080.420.2748.4635.7857.25
HexB9AA6B082A1B302439
Octal2712521530105233604471
Binary101110011010101011010110100010101011011110000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AA6B; }

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

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

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

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

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

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

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

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