#B0A25D

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

Shades of Gimblet #B0A25D

Tints of Gimblet #B0A25D

Color information

#B0A25D (or 0xB0A25D) is unknown color: approx Gimblet. HEX triplet: B0, A2 and 5D. RGB value is (176,162,93). Sum of RGB (Red+Green+Blue) = 176+162+93=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A25D is #4F5DA2. Grayscale: #9E9E9E. Windows color (decimal): -5201315 or 6136496. OLE color: 6136496.

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

Color convert

RGB17616293-
CMYK00.080.470.31
HSL49.88º34.44%52.75%-
HSV(B)49.88º47.16%69.02%-
XYZ32.835.8615.55-
YUV158.3291.14140.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 162 (63.67% from 255) = 37.59%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=40.84%
G=37.59%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761629300.080.470.3149.8834.4452.75
HexB0A25D082F1F322235
Octal2602421350105737624265
Binary101100001010001010111010100010111111111110010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A25D; }

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

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

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

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

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

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

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

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