#B0A663

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

Shades of Gimblet #B0A663

Tints of Gimblet #B0A663

Color information

#B0A663 (or 0xB0A663) is unknown color: approx Gimblet. HEX triplet: B0, A6 and 63. RGB value is (176,166,99). Sum of RGB (Red+Green+Blue) = 176+166+99=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A663 is #4F599C. Grayscale: #A1A1A1. Windows color (decimal): -5200285 or 6530736. OLE color: 6530736.

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

Color convert

RGB17616699-
CMYK00.060.440.31
HSL52.21º32.77%53.92%-
HSV(B)52.21º43.75%69.02%-
XYZ33.7937.417.24-
YUV161.3592.81138.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 166 (65.23% from 255) = 37.64%
BLUE value IS 99 (39.06% from 255) = 22.45%
R=39.91%
G=37.64%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761669900.060.440.3152.2132.7753.92
HexB0A663062C1F342136
Octal260246143065437644166
Binary10110000101001101100011011010110011111110100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A663; }

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

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

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

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

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

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

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

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