#B7A66C

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

Shades of Gimblet #B7A66C

Tints of Gimblet #B7A66C

Color information

#B7A66C (or 0xB7A66C) is unknown color: approx Gimblet. HEX triplet: B7, A6 and 6C. RGB value is (183,166,108). Sum of RGB (Red+Green+Blue) = 183+166+108=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A66C is #485993. Grayscale: #A4A4A4. Windows color (decimal): -4741524 or 7120567. OLE color: 7120567.

HSL color Cylindrical-coordinate representation of color #B7A66C: hue angle of 46.4º 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 #B7A66C is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB183166108-
CMYK00.090.410.28
HSL46.4º34.25%57.06%-
HSV(B)46.4º40.98%71.76%-
XYZ35.8738.4219.71-
YUV164.4796.13141.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.04%
GREEN value IS 166 (65.23% from 255) = 36.32%
BLUE value IS 108 (42.58% from 255) = 23.63%
R=40.04%
G=36.32%
B=23.63%

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
Decimal18316610800.090.410.2846.434.2557.06
HexB7A66C09291C2e2239
Octal2672461540115134564271
Binary101101111010011011011000100110100111100101110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A66C; }

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

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

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

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

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

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

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

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