#B0A761

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

Shades of Gimblet #B0A761

Tints of Gimblet #B0A761

Color information

#B0A761 (or 0xB0A761) is unknown color: approx Gimblet. HEX triplet: B0, A7 and 61. RGB value is (176,167,97). Sum of RGB (Red+Green+Blue) = 176+167+97=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A761 is #4F589E. Grayscale: #A1A1A1. Windows color (decimal): -5200031 or 6399920. OLE color: 6399920.

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

Color convert

RGB17616797-
CMYK00.050.450.31
HSL53.16º33.33%53.53%-
HSV(B)53.16º44.89%69.02%-
XYZ33.8837.7316.81-
YUV161.7191.48138.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 167 (65.62% from 255) = 37.95%
BLUE value IS 97 (38.28% from 255) = 22.05%
R=40%
G=37.95%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761679700.050.450.3153.1633.3353.53
HexB0A761052D1F352136
Octal260247141055537654166
Binary10110000101001111100001010110110111111110101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A761; }

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

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

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

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

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

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

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

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