#B8A361

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

Shades of Gimblet #B8A361

Tints of Gimblet #B8A361

Color information

#B8A361 (or 0xB8A361) is unknown color: approx Gimblet. HEX triplet: B8, A3 and 61. RGB value is (184,163,97). Sum of RGB (Red+Green+Blue) = 184+163+97=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A361 is #475C9E. Grayscale: #A2A2A2. Windows color (decimal): -4676767 or 6398904. OLE color: 6398904.

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

Color convert

RGB18416397-
CMYK00.110.470.28
HSL45.52º37.99%55.1%-
HSV(B)45.52º47.28%72.16%-
XYZ35.0237.2516.65-
YUV161.7691.46143.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.44%
GREEN value IS 163 (64.06% from 255) = 36.71%
BLUE value IS 97 (38.28% from 255) = 21.85%
R=41.44%
G=36.71%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841639700.110.470.2845.5237.9955.1
HexB8A3610B2F1C2e2637
Octal2702431410135734564667
Binary101110001010001111000010101110111111100101110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A361; }

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

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

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

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

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

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

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

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