#B8A66F

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

Shades of Gimblet #B8A66F

Tints of Gimblet #B8A66F

Color information

#B8A66F (or 0xB8A66F) is unknown color: approx Gimblet. HEX triplet: B8, A6 and 6F. RGB value is (184,166,111). Sum of RGB (Red+Green+Blue) = 184+166+111=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A66F is #475990. Grayscale: #A5A5A5. Windows color (decimal): -4675985 or 7317176. OLE color: 7317176.

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

Color convert

RGB184166111-
CMYK00.100.400.28
HSL45.21º33.95%57.84%-
HSV(B)45.21º39.67%72.16%-
XYZ36.2738.6120.58-
YUV165.1197.46141.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.91%
GREEN value IS 166 (65.23% from 255) = 36.01%
BLUE value IS 111 (43.75% from 255) = 24.08%
R=39.91%
G=36.01%
B=24.08%

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
Decimal18416611100.100.400.2845.2133.9557.84
HexB8A66F0A281C2d223a
Octal2702461570125034554272
Binary101110001010011011011110101010100011100101101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A66F; }

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

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

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

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

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

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

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

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