#B0A45D

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

Shades of Gimblet #B0A45D

Tints of Gimblet #B0A45D

Color information

#B0A45D (or 0xB0A45D) is unknown color: approx Gimblet. HEX triplet: B0, A4 and 5D. RGB value is (176,164,93). Sum of RGB (Red+Green+Blue) = 176+164+93=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A45D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A45D is #4F5BA2. Grayscale: #9F9F9F. Windows color (decimal): -5200803 or 6137008. OLE color: 6137008.

HSL color Cylindrical-coordinate representation of color #B0A45D: hue angle of 51.33º 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 #B0A45D is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB17616493-
CMYK00.070.470.31
HSL51.33º34.44%52.75%-
HSV(B)51.33º47.16%69.02%-
XYZ33.1636.5715.67-
YUV159.4990.48139.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 164 (64.45% from 255) = 37.88%
BLUE value IS 93 (36.72% from 255) = 21.48%
R=40.65%
G=37.88%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761649300.070.470.3151.3334.4452.75
HexB0A45D072F1F332235
Octal260244135075737634265
Binary10110000101001001011101011110111111111110011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A45D; }

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

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

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

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

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

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

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

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