#B0A261

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

Shades of Gimblet #B0A261

Tints of Gimblet #B0A261

Color information

#B0A261 (or 0xB0A261) is unknown color: approx Gimblet. HEX triplet: B0, A2 and 61. RGB value is (176,162,97). Sum of RGB (Red+Green+Blue) = 176+162+97=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A261 is #4F5D9E. Grayscale: #9F9F9F. Windows color (decimal): -5201311 or 6398640. OLE color: 6398640.

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

Color convert

RGB17616297-
CMYK00.080.450.31
HSL49.37º33.33%53.53%-
HSV(B)49.37º44.89%69.02%-
XYZ32.9835.9316.51-
YUV158.7893.14140.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 162 (63.67% from 255) = 37.24%
BLUE value IS 97 (38.28% from 255) = 22.30%
R=40.46%
G=37.24%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761629700.080.450.3149.3733.3353.53
HexB0A261082D1F312136
Octal2602421410105537614166
Binary101100001010001011000010100010110111111110001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A261; }

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

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

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

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

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

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

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

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