#B7A76D

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

Shades of Gimblet #B7A76D

Tints of Gimblet #B7A76D

Color information

#B7A76D (or 0xB7A76D) is unknown color: approx Gimblet. HEX triplet: B7, A7 and 6D. RGB value is (183,167,109). Sum of RGB (Red+Green+Blue) = 183+167+109=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A76D is #485892. Grayscale: #A5A5A5. Windows color (decimal): -4741267 or 7186359. OLE color: 7186359.

HSL color Cylindrical-coordinate representation of color #B7A76D: hue angle of 47.03º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7A76D is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183167109-
CMYK00.090.400.28
HSL47.03º33.94%57.25%-
HSV(B)47.03º40.44%71.76%-
XYZ36.1138.8120.06-
YUV165.1796.3140.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.87%
GREEN value IS 167 (65.62% from 255) = 36.38%
BLUE value IS 109 (42.97% from 255) = 23.75%
R=39.87%
G=36.38%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316710900.090.400.2847.0333.9457.25
HexB7A76D09281C2f2239
Octal2672471550115034574271
Binary101101111010011111011010100110100011100101111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A76D; }

 p { color: rgb(183,167,109); }

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

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

 a { background-color: rgb(183,167,109); }

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

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

 span { border-color: rgb(183,167,109); }

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