#B9A858

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

Shades of Gimblet #B9A858

Tints of Gimblet #B9A858

Color information

#B9A858 (or 0xB9A858) is unknown color: approx Gimblet. HEX triplet: B9, A8 and 58. RGB value is (185,168,88). Sum of RGB (Red+Green+Blue) = 185+168+88=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A858 is #4657A7. Grayscale: #A4A4A4. Windows color (decimal): -4609960 or 5810361. OLE color: 5810361.

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

Color convert

RGB18516888-
CMYK00.090.520.27
HSL49.48º40.93%53.53%-
HSV(B)49.48º52.43%72.55%-
XYZ35.7739.0214.88-
YUV163.9685.13143-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 168 (66.02% from 255) = 38.10%
BLUE value IS 88 (34.77% from 255) = 19.95%
R=41.95%
G=38.10%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851688800.090.520.2749.4840.9353.53
HexB9A85809341B312936
Octal2712501300116433615166
Binary101110011010100010110000100111010011011110001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A858; }

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

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

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

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

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

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

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

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