#B8A461

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

Shades of Gimblet #B8A461

Tints of Gimblet #B8A461

Color information

#B8A461 (or 0xB8A461) is unknown color: approx Gimblet. HEX triplet: B8, A4 and 61. RGB value is (184,164,97). Sum of RGB (Red+Green+Blue) = 184+164+97=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A461 is #475B9E. Grayscale: #A2A2A2. Windows color (decimal): -4676511 or 6399160. OLE color: 6399160.

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

Color convert

RGB18416497-
CMYK00.110.470.28
HSL46.21º37.99%55.1%-
HSV(B)46.21º47.28%72.16%-
XYZ35.237.616.71-
YUV162.3491.13143.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.35%
GREEN value IS 164 (64.45% from 255) = 36.85%
BLUE value IS 97 (38.28% from 255) = 21.80%
R=41.35%
G=36.85%
B=21.80%

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
Decimal1841649700.110.470.2846.2137.9955.1
HexB8A4610B2F1C2e2637
Octal2702441410135734564667
Binary101110001010010011000010101110111111100101110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A461; }

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

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

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

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

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

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

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

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