#B8A55D

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

Shades of Gimblet #B8A55D

Tints of Gimblet #B8A55D

Color information

#B8A55D (or 0xB8A55D) is unknown color: approx Gimblet. HEX triplet: B8, A5 and 5D. RGB value is (184,165,93). Sum of RGB (Red+Green+Blue) = 184+165+93=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A55D is #475AA2. Grayscale: #A2A2A2. Windows color (decimal): -4676259 or 6137272. OLE color: 6137272.

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

Color convert

RGB18416593-
CMYK00.100.490.28
HSL47.47º39.06%54.31%-
HSV(B)47.47º49.46%72.16%-
XYZ35.237.8915.81-
YUV162.4788.79143.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.63%
GREEN value IS 165 (64.84% from 255) = 37.33%
BLUE value IS 93 (36.72% from 255) = 21.04%
R=41.63%
G=37.33%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841659300.100.490.2847.4739.0654.31
HexB8A55D0A311C2f2736
Octal2702451350126134574766
Binary101110001010010110111010101011000111100101111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A55D; }

 p { color: rgb(184,165,93); }

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

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

 a { background-color: rgb(184,165,93); }

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

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

 span { border-color: rgb(184,165,93); }

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