#B0A463

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

Shades of Gimblet #B0A463

Tints of Gimblet #B0A463

Color information

#B0A463 (or 0xB0A463) is unknown color: approx Gimblet. HEX triplet: B0, A4 and 63. RGB value is (176,164,99). Sum of RGB (Red+Green+Blue) = 176+164+99=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A463 is #4F5B9C. Grayscale: #A0A0A0. Windows color (decimal): -5200797 or 6530224. OLE color: 6530224.

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

Color convert

RGB17616499-
CMYK00.070.440.31
HSL50.65º32.77%53.92%-
HSV(B)50.65º43.75%69.02%-
XYZ33.4336.6817.12-
YUV160.1893.48139.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 164 (64.45% from 255) = 37.36%
BLUE value IS 99 (39.06% from 255) = 22.55%
R=40.09%
G=37.36%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761649900.070.440.3150.6532.7753.92
HexB0A463072C1F332136
Octal260244143075437634166
Binary10110000101001001100011011110110011111110011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A463; }

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

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

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

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

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

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

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

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