#B5AD5F

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

Shades of Gimblet #B5AD5F

Tints of Gimblet #B5AD5F

Color information

#B5AD5F (or 0xB5AD5F) is unknown color: approx Gimblet. HEX triplet: B5, AD and 5F. RGB value is (181,173,95). Sum of RGB (Red+Green+Blue) = 181+173+95=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AD5F is #4A52A0. Grayscale: #A6A6A6. Windows color (decimal): -4870817 or 6270389. OLE color: 6270389.

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

Color convert

RGB18117395-
CMYK00.040.480.29
HSL54.42º36.75%54.12%-
HSV(B)54.42º47.51%70.98%-
XYZ36.0740.5416.75-
YUV166.587.65138.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.31%
GREEN value IS 173 (67.97% from 255) = 38.53%
BLUE value IS 95 (37.5% from 255) = 21.16%
R=40.31%
G=38.53%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811739500.040.480.2954.4236.7554.12
HexB5AD5F04301D362536
Octal265255137046035664566
Binary10110101101011011011111010011000011101110110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AD5F; }

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

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

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

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

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

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

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

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