#B0A15A

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

Shades of Gimblet #B0A15A

Tints of Gimblet #B0A15A

Color information

#B0A15A (or 0xB0A15A) is unknown color: approx Gimblet. HEX triplet: B0, A1 and 5A. RGB value is (176,161,90). Sum of RGB (Red+Green+Blue) = 176+161+90=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A15A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A15A is #4F5EA5. Grayscale: #9D9D9D. Windows color (decimal): -5201574 or 5939632. OLE color: 5939632.

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

Color convert

RGB17616190-
CMYK00.090.490.31
HSL49.53º35.25%52.16%-
HSV(B)49.53º48.86%69.02%-
XYZ32.4935.4614.8-
YUV157.3989.97141.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 161 (63.28% from 255) = 37.70%
BLUE value IS 90 (35.55% from 255) = 21.08%
R=41.22%
G=37.70%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761619000.090.490.3149.5335.2552.16
HexB0A15A09311F322334
Octal2602411320116137624364
Binary101100001010000110110100100111000111111110010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A15A; }

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

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

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

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

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

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

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

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