#B0A95D

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

Shades of Gimblet #B0A95D

Tints of Gimblet #B0A95D

Color information

#B0A95D (or 0xB0A95D) is unknown color: approx Gimblet. HEX triplet: B0, A9 and 5D. RGB value is (176,169,93). Sum of RGB (Red+Green+Blue) = 176+169+93=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A95D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A95D is #4F56A2. Grayscale: #A2A2A2. Windows color (decimal): -5199523 or 6138288. OLE color: 6138288.

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

Color convert

RGB17616993-
CMYK00.040.470.31
HSL54.94º34.44%52.75%-
HSV(B)54.94º47.16%69.02%-
XYZ34.0738.415.97-
YUV162.4388.82137.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 169 (66.41% from 255) = 38.58%
BLUE value IS 93 (36.72% from 255) = 21.23%
R=40.18%
G=38.58%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761699300.040.470.3154.9434.4452.75
HexB0A95D042F1F372235
Octal260251135045737674265
Binary10110000101010011011101010010111111111110111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A95D; }

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

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

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

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

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

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

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

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