#B9AD57

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

Shades of Gimblet #B9AD57

Tints of Gimblet #B9AD57

Color information

#B9AD57 (or 0xB9AD57) is unknown color: approx Gimblet. HEX triplet: B9, AD and 57. RGB value is (185,173,87). Sum of RGB (Red+Green+Blue) = 185+173+87=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 87 (34.38% from 255 or 19.55% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AD57 is #4652A8. Grayscale: #A7A7A7. Windows color (decimal): -4608681 or 5746105. OLE color: 5746105.

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

Color convert

RGB18517387-
CMYK00.060.530.27
HSL52.65º41.18%53.33%-
HSV(B)52.65º52.97%72.55%-
XYZ36.6740.8914.98-
YUV166.7882.98140.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.57%
GREEN value IS 173 (67.97% from 255) = 38.88%
BLUE value IS 87 (34.38% from 255) = 19.55%
R=41.57%
G=38.88%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851738700.060.530.2752.6541.1853.33
HexB9AD5706351B352935
Octal271255127066533655165
Binary10111001101011011010111011011010111011110101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AD57; }

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

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

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

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

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

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

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

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