#B5A35F

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

Shades of Gimblet #B5A35F

Tints of Gimblet #B5A35F

Color information

#B5A35F (or 0xB5A35F) is unknown color: approx Gimblet. HEX triplet: B5, A3 and 5F. RGB value is (181,163,95). Sum of RGB (Red+Green+Blue) = 181+163+95=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A35F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A35F is #4A5CA0. Grayscale: #A0A0A0. Windows color (decimal): -4873377 or 6267829. OLE color: 6267829.

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

Color convert

RGB18116395-
CMYK00.100.480.29
HSL47.44º36.75%54.12%-
HSV(B)47.44º47.51%70.98%-
XYZ34.2236.8416.13-
YUV160.6390.96142.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.23%
GREEN value IS 163 (64.06% from 255) = 37.13%
BLUE value IS 95 (37.5% from 255) = 21.64%
R=41.23%
G=37.13%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811639500.100.480.2947.4436.7554.12
HexB5A35F0A301D2f2536
Octal2652431370126035574566
Binary101101011010001110111110101011000011101101111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A35F; }

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

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

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

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

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

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

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

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