#B9AB69

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

Shades of Gimblet #B9AB69

Tints of Gimblet #B9AB69

Color information

#B9AB69 (or 0xB9AB69) is unknown color: approx Gimblet. HEX triplet: B9, AB and 69. RGB value is (185,171,105). Sum of RGB (Red+Green+Blue) = 185+171+105=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB69 is #465496. Grayscale: #A7A7A7. Windows color (decimal): -4609175 or 6925241. OLE color: 6925241.

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

Color convert

RGB185171105-
CMYK00.080.430.27
HSL49.5º36.36%56.86%-
HSV(B)49.5º43.24%72.55%-
XYZ37.1240.4619.22-
YUV167.6692.64140.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.13%
GREEN value IS 171 (67.19% from 255) = 37.09%
BLUE value IS 105 (41.41% from 255) = 22.78%
R=40.13%
G=37.09%
B=22.78%

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
Decimal18517110500.080.430.2749.536.3656.86
HexB9AB69082B1B322439
Octal2712531510105333624471
Binary101110011010101111010010100010101111011110010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AB69; }

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

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

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

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

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

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

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

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