#B8A95A

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

Shades of Gimblet #B8A95A

Tints of Gimblet #B8A95A

Color information

#B8A95A (or 0xB8A95A) is unknown color: approx Gimblet. HEX triplet: B8, A9 and 5A. RGB value is (184,169,90). Sum of RGB (Red+Green+Blue) = 184+169+90=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A95A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A95A is #4756A5. Grayscale: #A4A4A4. Windows color (decimal): -4675238 or 5941688. OLE color: 5941688.

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

Color convert

RGB18416990-
CMYK00.080.510.28
HSL50.43º39.83%53.73%-
HSV(B)50.43º51.09%72.16%-
XYZ35.839.315.37-
YUV164.4885.97141.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.53%
GREEN value IS 169 (66.41% from 255) = 38.15%
BLUE value IS 90 (35.55% from 255) = 20.32%
R=41.53%
G=38.15%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841699000.080.510.2850.4339.8353.73
HexB8A95A08331C322836
Octal2702511320106334625066
Binary101110001010100110110100100011001111100110010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A95A; }

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

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

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

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

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

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

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

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