#B0A361

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

Shades of Gimblet #B0A361

Tints of Gimblet #B0A361

Color information

#B0A361 (or 0xB0A361) is unknown color: approx Gimblet. HEX triplet: B0, A3 and 61. RGB value is (176,163,97). Sum of RGB (Red+Green+Blue) = 176+163+97=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A361 is #4F5C9E. Grayscale: #9F9F9F. Windows color (decimal): -5201055 or 6398896. OLE color: 6398896.

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

Color convert

RGB17616397-
CMYK00.070.450.31
HSL50.13º33.33%53.53%-
HSV(B)50.13º44.89%69.02%-
XYZ33.1636.2916.57-
YUV159.3692.81139.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 163 (64.06% from 255) = 37.39%
BLUE value IS 97 (38.28% from 255) = 22.25%
R=40.37%
G=37.39%
B=22.25%

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
Decimal1761639700.070.450.3150.1333.3353.53
HexB0A361072D1F322136
Octal260243141075537624166
Binary10110000101000111100001011110110111111110010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A361; }

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

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

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

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

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

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

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

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