#B0A15C

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

Shades of Gimblet #B0A15C

Tints of Gimblet #B0A15C

Color information

#B0A15C (or 0xB0A15C) is unknown color: approx Gimblet. HEX triplet: B0, A1 and 5C. RGB value is (176,161,92). Sum of RGB (Red+Green+Blue) = 176+161+92=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A15C is #4F5EA3. Grayscale: #9D9D9D. Windows color (decimal): -5201572 or 6070704. OLE color: 6070704.

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

Color convert

RGB17616192-
CMYK00.090.480.31
HSL49.29º34.71%52.55%-
HSV(B)49.29º47.73%69.02%-
XYZ32.5835.4915.26-
YUV157.6290.97141.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 161 (63.28% from 255) = 37.53%
BLUE value IS 92 (36.33% from 255) = 21.45%
R=41.03%
G=37.53%
B=21.45%

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
Decimal1761619200.090.480.3149.2934.7152.55
HexB0A15C09301F312335
Octal2602411340116037614365
Binary101100001010000110111000100111000011111110001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A15C; }

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

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

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

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

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

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

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

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