#b5a754

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

Shades of Gimblet #B5A754

Tints of Gimblet #B5A754

Color information

#B5A754 (or 0xB5A754) is unknown color: approx Gimblet. HEX triplet: B5, A7 and 54. RGB value is (181,167,84). Sum of RGB (Red+Green+Blue) = 181+167+84=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 84 (33.20% from 255 or 19.44% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A754 is #4A58AB. Grayscale: #A2A2A2. Windows color (decimal): -4872364 or 5547957. OLE color: 5547957.

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

Color convert

RGB18116784-
CMYK00.080.540.29
HSL51.34º39.59%51.96%-
HSV(B)51.34º53.59%70.98%-
XYZ34.4838.113.92-
YUV161.7284.14141.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 167 (65.62% from 255) = 38.66%
BLUE value IS 84 (33.20% from 255) = 19.44%
R=41.90%
G=38.66%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811678400.080.540.2951.3439.5951.96
HexB5A75408361D332834
Octal2652471240106635635064
Binary101101011010011110101000100011011011101110011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5a754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5a754; }

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

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

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

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

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

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

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

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