#B0AB63

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

Shades of Gimblet #B0AB63

Tints of Gimblet #B0AB63

Color information

#B0AB63 (or 0xB0AB63) is unknown color: approx Gimblet. HEX triplet: B0, AB and 63. RGB value is (176,171,99). Sum of RGB (Red+Green+Blue) = 176+171+99=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AB63 is #4F549C. Grayscale: #A4A4A4. Windows color (decimal): -5199005 or 6532016. OLE color: 6532016.

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

Color convert

RGB17617199-
CMYK00.030.440.31
HSL56.1º32.77%53.92%-
HSV(B)56.1º43.75%69.02%-
XYZ34.7239.2617.55-
YUV164.2991.16136.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.46%
GREEN value IS 171 (67.19% from 255) = 38.34%
BLUE value IS 99 (39.06% from 255) = 22.20%
R=39.46%
G=38.34%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761719900.030.440.3156.132.7753.92
HexB0AB63032C1F382136
Octal260253143035437704166
Binary1011000010101011110001101110110011111111000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AB63; }

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

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

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

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

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

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

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

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