#B0A863

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

Shades of Gimblet #B0A863

Tints of Gimblet #B0A863

Color information

#B0A863 (or 0xB0A863) is unknown color: approx Gimblet. HEX triplet: B0, A8 and 63. RGB value is (176,168,99). Sum of RGB (Red+Green+Blue) = 176+168+99=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A863 is #4F579C. Grayscale: #A2A2A2. Windows color (decimal): -5199773 or 6531248. OLE color: 6531248.

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

Color convert

RGB17616899-
CMYK00.050.440.31
HSL53.77º32.77%53.92%-
HSV(B)53.77º43.75%69.02%-
XYZ34.1638.1417.37-
YUV162.5392.15137.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.73%
GREEN value IS 168 (66.02% from 255) = 37.92%
BLUE value IS 99 (39.06% from 255) = 22.35%
R=39.73%
G=37.92%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761689900.050.440.3153.7732.7753.92
HexB0A863052C1F362136
Octal260250143055437664166
Binary10110000101010001100011010110110011111110110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A863; }

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

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

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

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

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

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

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

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