#B8A95C

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

Shades of Gimblet #B8A95C

Tints of Gimblet #B8A95C

Color information

#B8A95C (or 0xB8A95C) is unknown color: approx Gimblet. HEX triplet: B8, A9 and 5C. RGB value is (184,169,92). Sum of RGB (Red+Green+Blue) = 184+169+92=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A95C is #4756A3. Grayscale: #A5A5A5. Windows color (decimal): -4675236 or 6072760. OLE color: 6072760.

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

Color convert

RGB18416992-
CMYK00.080.500.28
HSL50.22º39.32%54.12%-
HSV(B)50.22º50%72.16%-
XYZ35.8939.3415.83-
YUV164.7186.97141.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.35%
GREEN value IS 169 (66.41% from 255) = 37.98%
BLUE value IS 92 (36.33% from 255) = 20.67%
R=41.35%
G=37.98%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841699200.080.500.2850.2239.3254.12
HexB8A95C08321C322736
Octal2702511340106234624766
Binary101110001010100110111000100011001011100110010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A95C; }

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

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

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

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

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

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

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

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