#B0A75D

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

Shades of Gimblet #B0A75D

Tints of Gimblet #B0A75D

Color information

#B0A75D (or 0xB0A75D) is unknown color: approx Gimblet. HEX triplet: B0, A7 and 5D. RGB value is (176,167,93). Sum of RGB (Red+Green+Blue) = 176+167+93=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A75D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A75D is #4F58A2. Grayscale: #A1A1A1. Windows color (decimal): -5200035 or 6137776. OLE color: 6137776.

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

Color convert

RGB17616793-
CMYK00.050.470.31
HSL53.49º34.44%52.75%-
HSV(B)53.49º47.16%69.02%-
XYZ33.737.6615.85-
YUV161.2689.48138.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 167 (65.62% from 255) = 38.30%
BLUE value IS 93 (36.72% from 255) = 21.33%
R=40.37%
G=38.30%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761679300.050.470.3153.4934.4452.75
HexB0A75D052F1F352235
Octal260247135055737654265
Binary10110000101001111011101010110111111111110101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A75D; }

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

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

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

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

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

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

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

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