#B5AA61

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

Shades of Gimblet #B5AA61

Tints of Gimblet #B5AA61

Color information

#B5AA61 (or 0xB5AA61) is unknown color: approx Gimblet. HEX triplet: B5, AA and 61. RGB value is (181,170,97). Sum of RGB (Red+Green+Blue) = 181+170+97=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AA61 is #4A559E. Grayscale: #A5A5A5. Windows color (decimal): -4871583 or 6400693. OLE color: 6400693.

HSL color Cylindrical-coordinate representation of color #B5AA61: hue angle of 52.14º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5AA61 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB18117097-
CMYK00.060.460.29
HSL52.14º36.21%54.51%-
HSV(B)52.14º46.41%70.98%-
XYZ35.5939.4417.05-
YUV164.9789.64139.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 170 (66.80% from 255) = 37.95%
BLUE value IS 97 (38.28% from 255) = 21.65%
R=40.40%
G=37.95%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811709700.060.460.2952.1436.2154.51
HexB5AA61062E1D342437
Octal265252141065635644467
Binary10110101101010101100001011010111011101110100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AA61; }

 p { color: rgb(181,170,97); }

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

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

 a { background-color: rgb(181,170,97); }

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

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

 span { border-color: rgb(181,170,97); }

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