#B0A25A

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

Shades of Gimblet #B0A25A

Tints of Gimblet #B0A25A

Color information

#B0A25A (or 0xB0A25A) is unknown color: approx Gimblet. HEX triplet: B0, A2 and 5A. RGB value is (176,162,90). Sum of RGB (Red+Green+Blue) = 176+162+90=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A25A is #4F5DA5. Grayscale: #9E9E9E. Windows color (decimal): -5201318 or 5939888. OLE color: 5939888.

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

Color convert

RGB17616290-
CMYK00.080.490.31
HSL50.23º35.25%52.16%-
HSV(B)50.23º48.86%69.02%-
XYZ32.6735.8114.86-
YUV157.9889.64140.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.12%
GREEN value IS 162 (63.67% from 255) = 37.85%
BLUE value IS 90 (35.55% from 255) = 21.03%
R=41.12%
G=37.85%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761629000.080.490.3150.2335.2552.16
HexB0A25A08311F322334
Octal2602421320106137624364
Binary101100001010001010110100100011000111111110010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A25A; }

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

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

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

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

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

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

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

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