#B0A75A

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

Shades of Gimblet #B0A75A

Tints of Gimblet #B0A75A

Color information

#B0A75A (or 0xB0A75A) is unknown color: approx Gimblet. HEX triplet: B0, A7 and 5A. RGB value is (176,167,90). Sum of RGB (Red+Green+Blue) = 176+167+90=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A75A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A75A is #4F58A5. Grayscale: #A1A1A1. Windows color (decimal): -5200038 or 5941168. OLE color: 5941168.

HSL color Cylindrical-coordinate representation of color #B0A75A: hue angle of 53.72º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0A75A is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17616790-
CMYK00.050.490.31
HSL53.72º35.25%52.16%-
HSV(B)53.72º48.86%69.02%-
XYZ33.5737.6115.16-
YUV160.9187.98138.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 167 (65.62% from 255) = 38.57%
BLUE value IS 90 (35.55% from 255) = 20.79%
R=40.65%
G=38.57%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761679000.050.490.3153.7235.2552.16
HexB0A75A05311F362334
Octal260247132056137664364
Binary10110000101001111011010010111000111111110110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A75A; }

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

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

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

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

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

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

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

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