#B5A85F

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

Shades of Gimblet #B5A85F

Tints of Gimblet #B5A85F

Color information

#B5A85F (or 0xB5A85F) is unknown color: approx Gimblet. HEX triplet: B5, A8 and 5F. RGB value is (181,168,95). Sum of RGB (Red+Green+Blue) = 181+168+95=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A85F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A85F is #4A57A0. Grayscale: #A3A3A3. Windows color (decimal): -4872097 or 6269109. OLE color: 6269109.

HSL color Cylindrical-coordinate representation of color #B5A85F: hue angle of 50.93º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5A85F is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18116895-
CMYK00.070.480.29
HSL50.93º36.75%54.12%-
HSV(B)50.93º47.51%70.98%-
XYZ35.1238.6616.44-
YUV163.5789.31140.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 168 (66.02% from 255) = 37.84%
BLUE value IS 95 (37.5% from 255) = 21.40%
R=40.77%
G=37.84%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811689500.070.480.2950.9336.7554.12
HexB5A85F07301D332536
Octal265250137076035634566
Binary10110101101010001011111011111000011101110011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A85F; }

 p { color: rgb(181,168,95); }

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

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

 a { background-color: rgb(181,168,95); }

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

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

 span { border-color: rgb(181,168,95); }

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