#B9AB6B

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

Shades of Gimblet #B9AB6B

Tints of Gimblet #B9AB6B

Color information

#B9AB6B (or 0xB9AB6B) is unknown color: approx Gimblet. HEX triplet: B9, AB and 6B. RGB value is (185,171,107). Sum of RGB (Red+Green+Blue) = 185+171+107=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB6B is #465494. Grayscale: #A8A8A8. Windows color (decimal): -4609173 or 7056313. OLE color: 7056313.

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

Color convert

RGB185171107-
CMYK00.080.420.27
HSL49.23º35.78%57.25%-
HSV(B)49.23º42.16%72.55%-
XYZ37.2240.519.77-
YUV167.8993.64140.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 171 (67.19% from 255) = 36.93%
BLUE value IS 107 (42.19% from 255) = 23.11%
R=39.96%
G=36.93%
B=23.11%

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
Decimal18517110700.080.420.2749.2335.7857.25
HexB9AB6B082A1B312439
Octal2712531530105233614471
Binary101110011010101111010110100010101011011110001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AB6B; }

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

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

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

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

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

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

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

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