#B8AA6B

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

Shades of Gimblet #B8AA6B

Tints of Gimblet #B8AA6B

Color information

#B8AA6B (or 0xB8AA6B) is unknown color: approx Gimblet. HEX triplet: B8, AA and 6B. RGB value is (184,170,107). Sum of RGB (Red+Green+Blue) = 184+170+107=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AA6B is #475594. Grayscale: #A7A7A7. Windows color (decimal): -4674965 or 7056056. OLE color: 7056056.

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

Color convert

RGB184170107-
CMYK00.080.420.28
HSL49.09º35.16%57.06%-
HSV(B)49.09º41.85%72.16%-
XYZ36.84019.69-
YUV16794.14140.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.91%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 107 (42.19% from 255) = 23.21%
R=39.91%
G=36.88%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417010700.080.420.2849.0935.1657.06
HexB8AA6B082A1C312339
Octal2702521530105234614371
Binary101110001010101011010110100010101011100110001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AA6B; }

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

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

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

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

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

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

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

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