#B9AE57

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

Shades of Gimblet #B9AE57

Tints of Gimblet #B9AE57

Color information

#B9AE57 (or 0xB9AE57) is unknown color: approx Gimblet. HEX triplet: B9, AE and 57. RGB value is (185,174,87). Sum of RGB (Red+Green+Blue) = 185+174+87=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 87 (34.38% from 255 or 19.51% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AE57 is #4651A8. Grayscale: #A7A7A7. Windows color (decimal): -4608425 or 5746361. OLE color: 5746361.

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

Color convert

RGB18517487-
CMYK00.060.530.27
HSL53.27º41.18%53.33%-
HSV(B)53.27º52.97%72.55%-
XYZ36.8641.2715.04-
YUV167.3782.64140.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.48%
GREEN value IS 174 (68.36% from 255) = 39.01%
BLUE value IS 87 (34.38% from 255) = 19.51%
R=41.48%
G=39.01%
B=19.51%

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
Decimal1851748700.060.530.2753.2741.1853.33
HexB9AE5706351B352935
Octal271256127066533655165
Binary10111001101011101010111011011010111011110101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AE57; }

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

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

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

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

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

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

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

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