#B8A861

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

Shades of Gimblet #B8A861

Tints of Gimblet #B8A861

Color information

#B8A861 (or 0xB8A861) is unknown color: approx Gimblet. HEX triplet: B8, A8 and 61. RGB value is (184,168,97). Sum of RGB (Red+Green+Blue) = 184+168+97=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A861 is #47579E. Grayscale: #A4A4A4. Windows color (decimal): -4675487 or 6400184. OLE color: 6400184.

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

Color convert

RGB18416897-
CMYK00.090.470.28
HSL48.97º37.99%55.1%-
HSV(B)48.97º47.28%72.16%-
XYZ35.9339.0616.95-
YUV164.6989.8141.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.98%
GREEN value IS 168 (66.02% from 255) = 37.42%
BLUE value IS 97 (38.28% from 255) = 21.60%
R=40.98%
G=37.42%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841689700.090.470.2848.9737.9955.1
HexB8A861092F1C312637
Octal2702501410115734614667
Binary101110001010100011000010100110111111100110001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A861; }

 p { color: rgb(184,168,97); }

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

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

 a { background-color: rgb(184,168,97); }

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

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

 span { border-color: rgb(184,168,97); }

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