#B9AA58

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

Shades of Gimblet #B9AA58

Tints of Gimblet #B9AA58

Color information

#B9AA58 (or 0xB9AA58) is unknown color: approx Gimblet. HEX triplet: B9, AA and 58. RGB value is (185,170,88). Sum of RGB (Red+Green+Blue) = 185+170+88=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA58 is #4655A7. Grayscale: #A5A5A5. Windows color (decimal): -4609448 or 5810873. OLE color: 5810873.

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

Color convert

RGB18517088-
CMYK00.080.520.27
HSL50.72º40.93%53.53%-
HSV(B)50.72º52.43%72.55%-
XYZ36.1439.7715-
YUV165.1484.47142.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 170 (66.80% from 255) = 38.37%
BLUE value IS 88 (34.77% from 255) = 19.86%
R=41.76%
G=38.37%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851708800.080.520.2750.7240.9353.53
HexB9AA5808341B332936
Octal2712521300106433635166
Binary101110011010101010110000100011010011011110011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AA58; }

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

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

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

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

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

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

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

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