#B8A768

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

Shades of Gimblet #B8A768

Tints of Gimblet #B8A768

Color information

#B8A768 (or 0xB8A768) is unknown color: approx Gimblet. HEX triplet: B8, A7 and 68. RGB value is (184,167,104). Sum of RGB (Red+Green+Blue) = 184+167+104=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A768 is #475897. Grayscale: #A5A5A5. Windows color (decimal): -4675736 or 6858680. OLE color: 6858680.

HSL color Cylindrical-coordinate representation of color #B8A768: hue angle of 47.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8A768 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB184167104-
CMYK00.090.430.28
HSL47.25º36.04%56.47%-
HSV(B)47.25º43.48%72.16%-
XYZ36.0838.8318.69-
YUV164.993.63141.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 167 (65.62% from 255) = 36.70%
BLUE value IS 104 (41.02% from 255) = 22.86%
R=40.44%
G=36.70%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416710400.090.430.2847.2536.0456.47
HexB8A768092B1C2f2438
Octal2702471500115334574470
Binary101110001010011111010000100110101111100101111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A768; }

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

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

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

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

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

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

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

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