#B9AE5C

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

Shades of Gimblet #B9AE5C

Tints of Gimblet #B9AE5C

Color information

#B9AE5C (or 0xB9AE5C) is unknown color: approx Gimblet. HEX triplet: B9, AE and 5C. RGB value is (185,174,92). Sum of RGB (Red+Green+Blue) = 185+174+92=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AE5C is #4651A3. Grayscale: #A8A8A8. Windows color (decimal): -4608420 or 6074041. OLE color: 6074041.

HSL color Cylindrical-coordinate representation of color #B9AE5C: hue angle of 52.9º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9AE5C is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18517492-
CMYK00.060.500.27
HSL52.9º39.91%54.31%-
HSV(B)52.9º50.27%72.55%-
XYZ37.0841.3616.15-
YUV167.9485.14140.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.02%
GREEN value IS 174 (68.36% from 255) = 38.58%
BLUE value IS 92 (36.33% from 255) = 20.40%
R=41.02%
G=38.58%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851749200.060.500.2752.939.9154.31
HexB9AE5C06321B352836
Octal271256134066233655066
Binary10111001101011101011100011011001011011110101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AE5C; }

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

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

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

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

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

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

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

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