#B9A857

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

Shades of Gimblet #B9A857

Tints of Gimblet #B9A857

Color information

#B9A857 (or 0xB9A857) is unknown color: approx Gimblet. HEX triplet: B9, A8 and 57. RGB value is (185,168,87). Sum of RGB (Red+Green+Blue) = 185+168+87=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 87 (34.38% from 255 or 19.77% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A857 is #4657A8. Grayscale: #A4A4A4. Windows color (decimal): -4609961 or 5744825. OLE color: 5744825.

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

Color convert

RGB18516887-
CMYK00.090.530.27
HSL49.59º41.18%53.33%-
HSV(B)49.59º52.97%72.55%-
XYZ35.7339.0114.66-
YUV163.8584.63143.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 168 (66.02% from 255) = 38.18%
BLUE value IS 87 (34.38% from 255) = 19.77%
R=42.05%
G=38.18%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851688700.090.530.2749.5941.1853.33
HexB9A85709351B322935
Octal2712501270116533625165
Binary101110011010100010101110100111010111011110010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A857; }

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

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

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

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

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

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

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

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