#B7A76C

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

Shades of Gimblet #B7A76C

Tints of Gimblet #B7A76C

Color information

#B7A76C (or 0xB7A76C) is unknown color: approx Gimblet. HEX triplet: B7, A7 and 6C. RGB value is (183,167,108). Sum of RGB (Red+Green+Blue) = 183+167+108=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A76C is #485893. Grayscale: #A5A5A5. Windows color (decimal): -4741268 or 7120823. OLE color: 7120823.

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

Color convert

RGB183167108-
CMYK00.090.410.28
HSL47.2º34.25%57.06%-
HSV(B)47.2º40.98%71.76%-
XYZ36.0538.7919.77-
YUV165.0695.8140.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.96%
GREEN value IS 167 (65.62% from 255) = 36.46%
BLUE value IS 108 (42.58% from 255) = 23.58%
R=39.96%
G=36.46%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316710800.090.410.2847.234.2557.06
HexB7A76C09291C2f2239
Octal2672471540115134574271
Binary101101111010011111011000100110100111100101111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A76C; }

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

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

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

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

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

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

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

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