#B0A15B

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

Shades of Gimblet #B0A15B

Tints of Gimblet #B0A15B

Color information

#B0A15B (or 0xB0A15B) is unknown color: approx Gimblet. HEX triplet: B0, A1 and 5B. RGB value is (176,161,91). Sum of RGB (Red+Green+Blue) = 176+161+91=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A15B is #4F5EA4. Grayscale: #9D9D9D. Windows color (decimal): -5201573 or 6005168. OLE color: 6005168.

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

Color convert

RGB17616191-
CMYK00.090.480.31
HSL49.41º34.98%52.35%-
HSV(B)49.41º48.3%69.02%-
XYZ32.5435.4815.03-
YUV157.590.47141.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.12%
GREEN value IS 161 (63.28% from 255) = 37.62%
BLUE value IS 91 (35.94% from 255) = 21.26%
R=41.12%
G=37.62%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761619100.090.480.3149.4134.9852.35
HexB0A15B09301F312334
Octal2602411330116037614364
Binary101100001010000110110110100111000011111110001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A15B; }

 p { color: rgb(176,161,91); }

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

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

 a { background-color: rgb(176,161,91); }

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

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

 span { border-color: rgb(176,161,91); }

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