#B8A66B

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

Shades of Gimblet #B8A66B

Tints of Gimblet #B8A66B

Color information

#B8A66B (or 0xB8A66B) is unknown color: approx Gimblet. HEX triplet: B8, A6 and 6B. RGB value is (184,166,107). Sum of RGB (Red+Green+Blue) = 184+166+107=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A66B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A66B is #475994. Grayscale: #A4A4A4. Windows color (decimal): -4675989 or 7055032. OLE color: 7055032.

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

Color convert

RGB184166107-
CMYK00.100.420.28
HSL45.97º35.16%57.06%-
HSV(B)45.97º41.85%72.16%-
XYZ36.0638.5219.45-
YUV164.6695.46141.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.26%
GREEN value IS 166 (65.23% from 255) = 36.32%
BLUE value IS 107 (42.19% from 255) = 23.41%
R=40.26%
G=36.32%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416610700.100.420.2845.9735.1657.06
HexB8A66B0A2A1C2e2339
Octal2702461530125234564371
Binary101110001010011011010110101010101011100101110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A66B; }

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

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

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

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

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

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

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

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