#B4AA58

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

Shades of Gimblet #B4AA58

Tints of Gimblet #B4AA58

Color information

#B4AA58 (or 0xB4AA58) is unknown color: approx Gimblet. HEX triplet: B4, AA and 58. RGB value is (180,170,88). Sum of RGB (Red+Green+Blue) = 180+170+88=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA58 is #4B55A7. Grayscale: #A3A3A3. Windows color (decimal): -4937128 or 5810868. OLE color: 5810868.

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

Color convert

RGB18017088-
CMYK00.060.510.29
HSL53.48º38.02%52.55%-
HSV(B)53.48º51.11%70.59%-
XYZ34.9639.1614.95-
YUV163.6485.31139.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 170 (66.80% from 255) = 38.81%
BLUE value IS 88 (34.77% from 255) = 20.09%
R=41.10%
G=38.81%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801708800.060.510.2953.4838.0252.55
HexB4AA5806331D352635
Octal264252130066335654665
Binary10110100101010101011000011011001111101110101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA58; }

 p { color: rgb(180,170,88); }

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

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

 a { background-color: rgb(180,170,88); }

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

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

 span { border-color: rgb(180,170,88); }

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