#B5A75A

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

Shades of Gimblet #B5A75A

Tints of Gimblet #B5A75A

Color information

#B5A75A (or 0xB5A75A) is unknown color: approx Gimblet. HEX triplet: B5, A7 and 5A. RGB value is (181,167,90). Sum of RGB (Red+Green+Blue) = 181+167+90=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A75A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A75A is #4A58A5. Grayscale: #A2A2A2. Windows color (decimal): -4872358 or 5941173. OLE color: 5941173.

HSL color Cylindrical-coordinate representation of color #B5A75A: hue angle of 50.77º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5A75A is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18116790-
CMYK00.080.500.29
HSL50.77º38.08%53.14%-
HSV(B)50.77º50.28%70.98%-
XYZ34.7238.215.22-
YUV162.4187.14141.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.32%
GREEN value IS 167 (65.62% from 255) = 38.13%
BLUE value IS 90 (35.55% from 255) = 20.55%
R=41.32%
G=38.13%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811679000.080.500.2950.7738.0853.14
HexB5A75A08321D332635
Octal2652471320106235634665
Binary101101011010011110110100100011001011101110011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A75A; }

 p { color: rgb(181,167,90); }

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

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

 a { background-color: rgb(181,167,90); }

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

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

 span { border-color: rgb(181,167,90); }

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