#B4AB61

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

Shades of Gimblet #B4AB61

Tints of Gimblet #B4AB61

Color information

#B4AB61 (or 0xB4AB61) is unknown color: approx Gimblet. HEX triplet: B4, AB and 61. RGB value is (180,171,97). Sum of RGB (Red+Green+Blue) = 180+171+97=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AB61 is #4B549E. Grayscale: #A5A5A5. Windows color (decimal): -4936863 or 6400948. OLE color: 6400948.

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

Color convert

RGB18017197-
CMYK00.050.460.29
HSL53.49º35.62%54.31%-
HSV(B)53.49º46.11%70.59%-
XYZ35.5439.6917.1-
YUV165.2689.48138.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 171 (67.19% from 255) = 38.17%
BLUE value IS 97 (38.28% from 255) = 21.65%
R=40.18%
G=38.17%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801719700.050.460.2953.4935.6254.31
HexB4AB61052E1D352436
Octal264253141055635654466
Binary10110100101010111100001010110111011101110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AB61; }

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

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

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

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

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

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

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

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