#B9AB6A

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

Shades of Gimblet #B9AB6A

Tints of Gimblet #B9AB6A

Color information

#B9AB6A (or 0xB9AB6A) is unknown color: approx Gimblet. HEX triplet: B9, AB and 6A. RGB value is (185,171,106). Sum of RGB (Red+Green+Blue) = 185+171+106=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB6A is #465495. Grayscale: #A8A8A8. Windows color (decimal): -4609174 or 6990777. OLE color: 6990777.

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

Color convert

RGB185171106-
CMYK00.080.430.27
HSL49.37º36.07%57.06%-
HSV(B)49.37º42.7%72.55%-
XYZ37.1740.4819.49-
YUV167.7893.14140.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 171 (67.19% from 255) = 37.01%
BLUE value IS 106 (41.80% from 255) = 22.94%
R=40.04%
G=37.01%
B=22.94%

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
Decimal18517110600.080.430.2749.3736.0757.06
HexB9AB6A082B1B312439
Octal2712531520105333614471
Binary101110011010101111010100100010101111011110001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AB6A; }

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

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

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

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

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

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

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

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