#B4AA5D

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

Shades of Gimblet #B4AA5D

Tints of Gimblet #B4AA5D

Color information

#B4AA5D (or 0xB4AA5D) is unknown color: approx Gimblet. HEX triplet: B4, AA and 5D. RGB value is (180,170,93). Sum of RGB (Red+Green+Blue) = 180+170+93=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AA5D is #4B55A2. Grayscale: #A4A4A4. Windows color (decimal): -4937123 or 6138548. OLE color: 6138548.

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

Color convert

RGB18017093-
CMYK00.060.480.29
HSL53.1º36.71%53.53%-
HSV(B)53.1º48.33%70.59%-
XYZ35.1739.2416.08-
YUV164.2187.81139.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 170 (66.80% from 255) = 38.37%
BLUE value IS 93 (36.72% from 255) = 20.99%
R=40.63%
G=38.37%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801709300.060.480.2953.136.7153.53
HexB4AA5D06301D352536
Octal264252135066035654566
Binary10110100101010101011101011011000011101110101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA5D; }

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

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

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

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

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

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

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

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