#B5A55F

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

Shades of Gimblet #B5A55F

Tints of Gimblet #B5A55F

Color information

#B5A55F (or 0xB5A55F) is unknown color: approx Gimblet. HEX triplet: B5, A5 and 5F. RGB value is (181,165,95). Sum of RGB (Red+Green+Blue) = 181+165+95=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A55F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A55F is #4A5AA0. Grayscale: #A2A2A2. Windows color (decimal): -4872865 or 6268341. OLE color: 6268341.

HSL color Cylindrical-coordinate representation of color #B5A55F: hue angle of 48.84º 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 #B5A55F is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18116595-
CMYK00.090.480.29
HSL48.84º36.75%54.12%-
HSV(B)48.84º47.51%70.98%-
XYZ34.5837.5616.25-
YUV161.890.3141.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.04%
GREEN value IS 165 (64.84% from 255) = 37.41%
BLUE value IS 95 (37.5% from 255) = 21.54%
R=41.04%
G=37.41%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811659500.090.480.2948.8436.7554.12
HexB5A55F09301D312536
Octal2652451370116035614566
Binary101101011010010110111110100111000011101110001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A55F; }

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

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

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

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

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

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

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

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