#b0a85a

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

Shades of Gimblet #B0A85A

Tints of Gimblet #B0A85A

Color information

#B0A85A (or 0xB0A85A) is unknown color: approx Gimblet. HEX triplet: B0, A8 and 5A. RGB value is (176,168,90). Sum of RGB (Red+Green+Blue) = 176+168+90=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A85A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A85A is #4F57A5. Grayscale: #A1A1A1. Windows color (decimal): -5199782 or 5941424. OLE color: 5941424.

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

Color convert

RGB17616890-
CMYK00.050.490.31
HSL54.42º35.25%52.16%-
HSV(B)54.42º48.86%69.02%-
XYZ33.7537.9715.22-
YUV161.587.65138.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 168 (66.02% from 255) = 38.71%
BLUE value IS 90 (35.55% from 255) = 20.74%
R=40.55%
G=38.71%
B=20.74%

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
Decimal1761689000.050.490.3154.4235.2552.16
HexB0A85A05311F362334
Octal260250132056137664364
Binary10110000101010001011010010111000111111110110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0a85a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0a85a; }

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

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

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

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

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

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

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

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