#b8a66e

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

Shades of Gimblet #B8A66E

Tints of Gimblet #B8A66E

Color information

#B8A66E (or 0xB8A66E) is unknown color: approx Gimblet. HEX triplet: B8, A6 and 6E. RGB value is (184,166,110). Sum of RGB (Red+Green+Blue) = 184+166+110=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A66E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A66E is #475991. Grayscale: #A5A5A5. Windows color (decimal): -4675986 or 7251640. OLE color: 7251640.

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

Color convert

RGB184166110-
CMYK00.100.400.28
HSL45.41º34.26%57.65%-
HSV(B)45.41º40.22%72.16%-
XYZ36.2238.5920.29-
YUV16596.96141.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40%
GREEN value IS 166 (65.23% from 255) = 36.09%
BLUE value IS 110 (43.36% from 255) = 23.91%
R=40%
G=36.09%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416611000.100.400.2845.4134.2657.65
HexB8A66E0A281C2d223a
Octal2702461560125034554272
Binary101110001010011011011100101010100011100101101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8a66e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8a66e; }

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

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

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

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

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

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

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

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