#B3AA5A

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

Shades of Gimblet #B3AA5A

Tints of Gimblet #B3AA5A

Color information

#B3AA5A (or 0xB3AA5A) is unknown color: approx Gimblet. HEX triplet: B3, AA and 5A. RGB value is (179,170,90). Sum of RGB (Red+Green+Blue) = 179+170+90=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AA5A is #4C55A5. Grayscale: #A3A3A3. Windows color (decimal): -5002662 or 5941939. OLE color: 5941939.

HSL color Cylindrical-coordinate representation of color #B3AA5A: hue angle of 53.93º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3AA5A is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB17917090-
CMYK00.050.500.30
HSL53.93º36.93%52.75%-
HSV(B)53.93º49.72%70.2%-
XYZ34.8139.0715.38-
YUV163.5786.48139-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.77%
GREEN value IS 170 (66.80% from 255) = 38.72%
BLUE value IS 90 (35.55% from 255) = 20.50%
R=40.77%
G=38.72%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791709000.050.500.3053.9336.9352.75
HexB3AA5A05321E362535
Octal263252132056236664565
Binary10110011101010101011010010111001011110110110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AA5A; }

 p { color: rgb(179,170,90); }

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

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

 a { background-color: rgb(179,170,90); }

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

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

 span { border-color: rgb(179,170,90); }

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