#b8a458

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

Shades of Gimblet #B8A458

Tints of Gimblet #B8A458

Color information

#B8A458 (or 0xB8A458) is unknown color: approx Gimblet. HEX triplet: B8, A4 and 58. RGB value is (184,164,88). Sum of RGB (Red+Green+Blue) = 184+164+88=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 88 (34.77% from 255 or 20.18% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A458 is #475BA7. Grayscale: #A1A1A1. Windows color (decimal): -4676520 or 5809336. OLE color: 5809336.

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

Color convert

RGB18416488-
CMYK00.110.520.28
HSL47.5º40.34%53.33%-
HSV(B)47.5º52.17%72.16%-
XYZ34.837.4514.63-
YUV161.3286.63144.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.20%
GREEN value IS 164 (64.45% from 255) = 37.61%
BLUE value IS 88 (34.77% from 255) = 20.18%
R=42.20%
G=37.61%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841648800.110.520.2847.540.3453.33
HexB8A4580B341C302835
Octal2702441300136434605065
Binary101110001010010010110000101111010011100110000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8a458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8a458; }

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

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

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

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

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

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

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

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