#B4AB62

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

Shades of Gimblet #B4AB62

Tints of Gimblet #B4AB62

Color information

#B4AB62 (or 0xB4AB62) is unknown color: approx Gimblet. HEX triplet: B4, AB and 62. RGB value is (180,171,98). Sum of RGB (Red+Green+Blue) = 180+171+98=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AB62 is #4B549D. Grayscale: #A5A5A5. Windows color (decimal): -4936862 or 6466484. OLE color: 6466484.

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

Color convert

RGB18017198-
CMYK00.050.460.29
HSL53.41º35.34%54.51%-
HSV(B)53.41º45.56%70.59%-
XYZ35.5939.7117.34-
YUV165.3789.98138.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 171 (67.19% from 255) = 38.08%
BLUE value IS 98 (38.67% from 255) = 21.83%
R=40.09%
G=38.08%
B=21.83%

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
Decimal1801719800.050.460.2953.4135.3454.51
HexB4AB62052E1D352337
Octal264253142055635654367
Binary10110100101010111100010010110111011101110101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AB62; }

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

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

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

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

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

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

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

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