#B7A166

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

Shades of Gimblet #B7A166

Tints of Gimblet #B7A166

Color information

#B7A166 (or 0xB7A166) is unknown color: approx Gimblet. HEX triplet: B7, A1 and 66. RGB value is (183,161,102). Sum of RGB (Red+Green+Blue) = 183+161+102=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A166 is #485E99. Grayscale: #A1A1A1. Windows color (decimal): -4742810 or 6726071. OLE color: 6726071.

HSL color Cylindrical-coordinate representation of color #B7A166: hue angle of 43.7º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7A166 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB183161102-
CMYK00.120.440.28
HSL43.7º36%55.88%-
HSV(B)43.7º44.26%71.76%-
XYZ34.6736.5217.79-
YUV160.8594.79143.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.03%
GREEN value IS 161 (63.28% from 255) = 36.10%
BLUE value IS 102 (40.23% from 255) = 22.87%
R=41.03%
G=36.10%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316110200.120.440.2843.73655.88
HexB7A1660C2C1C2c2438
Octal2672411460145434544470
Binary101101111010000111001100110010110011100101100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A166; }

 p { color: rgb(183,161,102); }

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

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

 a { background-color: rgb(183,161,102); }

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

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

 span { border-color: rgb(183,161,102); }

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