#B0A461

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

Shades of Gimblet #B0A461

Tints of Gimblet #B0A461

Color information

#B0A461 (or 0xB0A461) is unknown color: approx Gimblet. HEX triplet: B0, A4 and 61. RGB value is (176,164,97). Sum of RGB (Red+Green+Blue) = 176+164+97=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A461 is #4F5B9E. Grayscale: #A0A0A0. Windows color (decimal): -5200799 or 6399152. OLE color: 6399152.

HSL color Cylindrical-coordinate representation of color #B0A461: hue angle of 50.89º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0A461 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB17616497-
CMYK00.070.450.31
HSL50.89º33.33%53.53%-
HSV(B)50.89º44.89%69.02%-
XYZ33.3436.6416.63-
YUV159.9592.48139.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 164 (64.45% from 255) = 37.53%
BLUE value IS 97 (38.28% from 255) = 22.20%
R=40.27%
G=37.53%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761649700.070.450.3150.8933.3353.53
HexB0A461072D1F332136
Octal260244141075537634166
Binary10110000101001001100001011110110111111110011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A461; }

 p { color: rgb(176,164,97); }

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

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

 a { background-color: rgb(176,164,97); }

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

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

 span { border-color: rgb(176,164,97); }

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