#b8aa53

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

Shades of Gimblet #B8AA53

Tints of Gimblet #B8AA53

Color information

#B8AA53 (or 0xB8AA53) is unknown color: approx Gimblet. HEX triplet: B8, AA and 53. RGB value is (184,170,83). Sum of RGB (Red+Green+Blue) = 184+170+83=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AA53 is #4755AC. Grayscale: #A4A4A4. Windows color (decimal): -4674989 or 5483192. OLE color: 5483192.

HSL color Cylindrical-coordinate representation of color #B8AA53: hue angle of 51.68º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8AA53 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB18417083-
CMYK00.080.550.28
HSL51.68º41.56%52.35%-
HSV(B)51.68º54.89%72.16%-
XYZ35.739.5613.94-
YUV164.2782.14142.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.11%
GREEN value IS 170 (66.80% from 255) = 38.90%
BLUE value IS 83 (32.81% from 255) = 18.99%
R=42.11%
G=38.90%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841708300.080.550.2851.6841.5652.35
HexB8AA5308371C342a34
Octal2702521230106734645264
Binary101110001010101010100110100011011111100110100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8aa53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8aa53; }

 p { color: rgb(184,170,83); }

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

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

 a { background-color: rgb(184,170,83); }

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

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

 span { border-color: rgb(184,170,83); }

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