#B7A665

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

Shades of Gimblet #B7A665

Tints of Gimblet #B7A665

Color information

#B7A665 (or 0xB7A665) is unknown color: approx Gimblet. HEX triplet: B7, A6 and 65. RGB value is (183,166,101). Sum of RGB (Red+Green+Blue) = 183+166+101=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A665 is #48599A. Grayscale: #A3A3A3. Windows color (decimal): -4741531 or 6661815. OLE color: 6661815.

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

Color convert

RGB183166101-
CMYK00.090.450.28
HSL47.56º36.28%55.69%-
HSV(B)47.56º44.81%71.76%-
XYZ35.5138.2817.83-
YUV163.6792.63141.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.67%
GREEN value IS 166 (65.23% from 255) = 36.89%
BLUE value IS 101 (39.84% from 255) = 22.44%
R=40.67%
G=36.89%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316610100.090.450.2847.5636.2855.69
HexB7A665092D1C302438
Octal2672461450115534604470
Binary101101111010011011001010100110110111100110000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A665; }

 p { color: rgb(183,166,101); }

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

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

 a { background-color: rgb(183,166,101); }

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

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

 span { border-color: rgb(183,166,101); }

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