#B9AB72

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

Shades of Gimblet #B9AB72

Tints of Gimblet #B9AB72

Color information

#B9AB72 (or 0xB9AB72) is unknown color: approx Gimblet. HEX triplet: B9, AB and 72. RGB value is (185,171,114). Sum of RGB (Red+Green+Blue) = 185+171+114=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB72 is #46548D. Grayscale: #A8A8A8. Windows color (decimal): -4609166 or 7515065. OLE color: 7515065.

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

Color convert

RGB185171114-
CMYK00.080.380.27
HSL48.17º33.65%58.63%-
HSV(B)48.17º38.38%72.55%-
XYZ37.6140.6621.78-
YUV168.6997.14139.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.36%
GREEN value IS 171 (67.19% from 255) = 36.38%
BLUE value IS 114 (44.92% from 255) = 24.26%
R=39.36%
G=36.38%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517111400.080.380.2748.1733.6558.63
HexB9AB7208261B30223b
Octal2712531620104633604273
Binary101110011010101111100100100010011011011110000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AB72; }

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

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

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

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

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

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

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

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