#B8A96F

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

Shades of Gimblet #B8A96F

Tints of Gimblet #B8A96F

Color information

#B8A96F (or 0xB8A96F) is unknown color: approx Gimblet. HEX triplet: B8, A9 and 6F. RGB value is (184,169,111). Sum of RGB (Red+Green+Blue) = 184+169+111=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A96F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A96F is #475690. Grayscale: #A7A7A7. Windows color (decimal): -4675217 or 7317944. OLE color: 7317944.

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

Color convert

RGB184169111-
CMYK00.080.400.28
HSL47.67º33.95%57.84%-
HSV(B)47.67º39.67%72.16%-
XYZ36.8239.7120.76-
YUV166.8796.47140.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.66%
GREEN value IS 169 (66.41% from 255) = 36.42%
BLUE value IS 111 (43.75% from 255) = 23.92%
R=39.66%
G=36.42%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416911100.080.400.2847.6733.9557.84
HexB8A96F08281C30223a
Octal2702511570105034604272
Binary101110001010100111011110100010100011100110000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A96F; }

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

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

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

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

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

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

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

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