#B5AB61

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

Shades of Gimblet #B5AB61

Tints of Gimblet #B5AB61

Color information

#B5AB61 (or 0xB5AB61) is unknown color: approx Gimblet. HEX triplet: B5, AB and 61. RGB value is (181,171,97). Sum of RGB (Red+Green+Blue) = 181+171+97=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AB61 is #4A549E. Grayscale: #A5A5A5. Windows color (decimal): -4871327 or 6400949. OLE color: 6400949.

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

Color convert

RGB18117197-
CMYK00.060.460.29
HSL52.86º36.21%54.51%-
HSV(B)52.86º46.41%70.98%-
XYZ35.7839.8117.11-
YUV165.5589.31139.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.31%
GREEN value IS 171 (67.19% from 255) = 38.08%
BLUE value IS 97 (38.28% from 255) = 21.60%
R=40.31%
G=38.08%
B=21.60%

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
Decimal1811719700.060.460.2952.8636.2154.51
HexB5AB61062E1D352437
Octal265253141065635654467
Binary10110101101010111100001011010111011101110101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AB61; }

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

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

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

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

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

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

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

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