#B8A66C

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

Shades of Gimblet #B8A66C

Tints of Gimblet #B8A66C

Color information

#B8A66C (or 0xB8A66C) is unknown color: approx Gimblet. HEX triplet: B8, A6 and 6C. RGB value is (184,166,108). Sum of RGB (Red+Green+Blue) = 184+166+108=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A66C is #475993. Grayscale: #A5A5A5. Windows color (decimal): -4675988 or 7120568. OLE color: 7120568.

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

Color convert

RGB184166108-
CMYK00.100.410.28
HSL45.79º34.86%57.25%-
HSV(B)45.79º41.3%72.16%-
XYZ36.1138.5519.72-
YUV164.7795.96141.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.17%
GREEN value IS 166 (65.23% from 255) = 36.24%
BLUE value IS 108 (42.58% from 255) = 23.58%
R=40.17%
G=36.24%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416610800.100.410.2845.7934.8657.25
HexB8A66C0A291C2e2339
Octal2702461540125134564371
Binary101110001010011011011000101010100111100101110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A66C; }

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

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

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

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

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

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

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

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