#B9A757

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

Shades of Gimblet #B9A757

Tints of Gimblet #B9A757

Color information

#B9A757 (or 0xB9A757) is unknown color: approx Gimblet. HEX triplet: B9, A7 and 57. RGB value is (185,167,87). Sum of RGB (Red+Green+Blue) = 185+167+87=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 87 (34.38% from 255 or 19.82% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A757 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A757 is #4658A8. Grayscale: #A3A3A3. Windows color (decimal): -4610217 or 5744569. OLE color: 5744569.

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

Color convert

RGB18516787-
CMYK00.100.530.27
HSL48.98º41.18%53.33%-
HSV(B)48.98º52.97%72.55%-
XYZ35.5538.6414.6-
YUV163.2684.96143.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 167 (65.62% from 255) = 38.04%
BLUE value IS 87 (34.38% from 255) = 19.82%
R=42.14%
G=38.04%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851678700.100.530.2748.9841.1853.33
HexB9A7570A351B312935
Octal2712471270126533615165
Binary101110011010011110101110101011010111011110001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A757; }

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

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

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

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

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

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

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

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