#B0A962

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

Shades of Gimblet #B0A962

Tints of Gimblet #B0A962

Color information

#B0A962 (or 0xB0A962) is unknown color: approx Gimblet. HEX triplet: B0, A9 and 62. RGB value is (176,169,98). Sum of RGB (Red+Green+Blue) = 176+169+98=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A962 is #4F569D. Grayscale: #A3A3A3. Windows color (decimal): -5199518 or 6465968. OLE color: 6465968.

HSL color Cylindrical-coordinate representation of color #B0A962: hue angle of 54.62º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0A962 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB17616998-
CMYK00.040.440.31
HSL54.62º33.05%53.73%-
HSV(B)54.62º44.32%69.02%-
XYZ34.338.4917.18-
YUV16391.32137.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.73%
GREEN value IS 169 (66.41% from 255) = 38.15%
BLUE value IS 98 (38.67% from 255) = 22.12%
R=39.73%
G=38.15%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761699800.040.440.3154.6233.0553.73
HexB0A962042C1F372136
Octal260251142045437674166
Binary10110000101010011100010010010110011111110111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A962; }

 p { color: rgb(176,169,98); }

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

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

 a { background-color: rgb(176,169,98); }

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

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

 span { border-color: rgb(176,169,98); }

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