#B8A859

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

Shades of Gimblet #B8A859

Tints of Gimblet #B8A859

Color information

#B8A859 (or 0xB8A859) is unknown color: approx Gimblet. HEX triplet: B8, A8 and 59. RGB value is (184,168,89). Sum of RGB (Red+Green+Blue) = 184+168+89=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A859 is #4757A6. Grayscale: #A4A4A4. Windows color (decimal): -4675495 or 5875896. OLE color: 5875896.

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

Color convert

RGB18416889-
CMYK00.090.520.28
HSL49.89º40.08%53.53%-
HSV(B)49.89º51.63%72.16%-
XYZ35.5738.9215.09-
YUV163.7885.8142.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.72%
GREEN value IS 168 (66.02% from 255) = 38.10%
BLUE value IS 89 (35.16% from 255) = 20.18%
R=41.72%
G=38.10%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841688900.090.520.2849.8940.0853.53
HexB8A85909341C322836
Octal2702501310116434625066
Binary101110001010100010110010100111010011100110010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A859; }

 p { color: rgb(184,168,89); }

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

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

 a { background-color: rgb(184,168,89); }

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

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

 span { border-color: rgb(184,168,89); }

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