#B8A46A

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

Shades of Gimblet #B8A46A

Tints of Gimblet #B8A46A

Color information

#B8A46A (or 0xB8A46A) is unknown color: approx Gimblet. HEX triplet: B8, A4 and 6A. RGB value is (184,164,106). Sum of RGB (Red+Green+Blue) = 184+164+106=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A46A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A46A is #475B95. Grayscale: #A3A3A3. Windows color (decimal): -4676502 or 6988984. OLE color: 6988984.

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

Color convert

RGB184164106-
CMYK00.110.420.28
HSL44.62º35.45%56.86%-
HSV(B)44.62º42.39%72.16%-
XYZ35.6437.7819.05-
YUV163.3795.63142.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.53%
GREEN value IS 164 (64.45% from 255) = 36.12%
BLUE value IS 106 (41.80% from 255) = 23.35%
R=40.53%
G=36.12%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416410600.110.420.2844.6235.4556.86
HexB8A46A0B2A1C2d2339
Octal2702441520135234554371
Binary101110001010010011010100101110101011100101101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A46A; }

 p { color: rgb(184,164,106); }

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

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

 a { background-color: rgb(184,164,106); }

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

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

 span { border-color: rgb(184,164,106); }

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