#B8A76C

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

Shades of Gimblet #B8A76C

Tints of Gimblet #B8A76C

Color information

#B8A76C (or 0xB8A76C) is unknown color: approx Gimblet. HEX triplet: B8, A7 and 6C. RGB value is (184,167,108). Sum of RGB (Red+Green+Blue) = 184+167+108=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A76C is #475893. Grayscale: #A5A5A5. Windows color (decimal): -4675732 or 7120824. OLE color: 7120824.

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

Color convert

RGB184167108-
CMYK00.090.410.28
HSL46.58º34.86%57.25%-
HSV(B)46.58º41.3%72.16%-
XYZ36.2938.9119.79-
YUV165.3695.63141.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.09%
GREEN value IS 167 (65.62% from 255) = 36.38%
BLUE value IS 108 (42.58% from 255) = 23.53%
R=40.09%
G=36.38%
B=23.53%

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
Decimal18416710800.090.410.2846.5834.8657.25
HexB8A76C09291C2f2339
Octal2702471540115134574371
Binary101110001010011111011000100110100111100101111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A76C; }

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

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

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

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

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

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

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

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