#B8A76E

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

Shades of Gimblet #B8A76E

Tints of Gimblet #B8A76E

Color information

#B8A76E (or 0xB8A76E) is unknown color: approx Gimblet. HEX triplet: B8, A7 and 6E. RGB value is (184,167,110). Sum of RGB (Red+Green+Blue) = 184+167+110=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A76E is #475891. Grayscale: #A5A5A5. Windows color (decimal): -4675730 or 7251896. OLE color: 7251896.

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

Color convert

RGB184167110-
CMYK00.090.400.28
HSL46.22º34.26%57.65%-
HSV(B)46.22º40.22%72.16%-
XYZ36.438.9520.35-
YUV165.5896.63141.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.91%
GREEN value IS 167 (65.62% from 255) = 36.23%
BLUE value IS 110 (43.36% from 255) = 23.86%
R=39.91%
G=36.23%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416711000.090.400.2846.2234.2657.65
HexB8A76E09281C2e223a
Octal2702471560115034564272
Binary101110001010011111011100100110100011100101110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A76E; }

 p { color: rgb(184,167,110); }

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

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

 a { background-color: rgb(184,167,110); }

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

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

 span { border-color: rgb(184,167,110); }

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