#B8A261

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

Shades of Gimblet #B8A261

Tints of Gimblet #B8A261

Color information

#B8A261 (or 0xB8A261) is unknown color: approx Gimblet. HEX triplet: B8, A2 and 61. RGB value is (184,162,97). Sum of RGB (Red+Green+Blue) = 184+162+97=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A261 is #475D9E. Grayscale: #A1A1A1. Windows color (decimal): -4677023 or 6398648. OLE color: 6398648.

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

Color convert

RGB18416297-
CMYK00.120.470.28
HSL44.83º37.99%55.1%-
HSV(B)44.83º47.28%72.16%-
XYZ34.8536.8916.59-
YUV161.1791.79144.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.53%
GREEN value IS 162 (63.67% from 255) = 36.57%
BLUE value IS 97 (38.28% from 255) = 21.90%
R=41.53%
G=36.57%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841629700.120.470.2844.8337.9955.1
HexB8A2610C2F1C2d2637
Octal2702421410145734554667
Binary101110001010001011000010110010111111100101101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A261; }

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

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

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

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

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

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

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

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