#b8a954

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

Shades of Gimblet #B8A954

Tints of Gimblet #B8A954

Color information

#B8A954 (or 0xB8A954) is unknown color: approx Gimblet. HEX triplet: B8, A9 and 54. RGB value is (184,169,84). Sum of RGB (Red+Green+Blue) = 184+169+84=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 84 (33.20% from 255 or 19.22% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A954 is #4756AB. Grayscale: #A4A4A4. Windows color (decimal): -4675244 or 5548472. OLE color: 5548472.

HSL color Cylindrical-coordinate representation of color #B8A954: hue angle of 51º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8A954 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB18416984-
CMYK00.080.540.28
HSL51º41.32%52.55%-
HSV(B)51º54.35%72.16%-
XYZ35.5639.2114.08-
YUV163.7982.97142.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.11%
GREEN value IS 169 (66.41% from 255) = 38.67%
BLUE value IS 84 (33.20% from 255) = 19.22%
R=42.11%
G=38.67%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841698400.080.540.285141.3252.55
HexB8A95408361C332935
Octal2702511240106634635165
Binary101110001010100110101000100011011011100110011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8a954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8a954; }

 p { color: rgb(184,169,84); }

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

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

 a { background-color: rgb(184,169,84); }

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

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

 span { border-color: rgb(184,169,84); }

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