#B3AA5B

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

Shades of Gimblet #B3AA5B

Tints of Gimblet #B3AA5B

Color information

#B3AA5B (or 0xB3AA5B) is unknown color: approx Gimblet. HEX triplet: B3, AA and 5B. RGB value is (179,170,91). Sum of RGB (Red+Green+Blue) = 179+170+91=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AA5B is #4C55A4. Grayscale: #A4A4A4. Windows color (decimal): -5002661 or 6007475. OLE color: 6007475.

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

Color convert

RGB17917091-
CMYK00.050.490.30
HSL53.86º36.67%52.94%-
HSV(B)53.86º49.16%70.2%-
XYZ34.8539.0915.61-
YUV163.6886.98138.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.68%
GREEN value IS 170 (66.80% from 255) = 38.64%
BLUE value IS 91 (35.94% from 255) = 20.68%
R=40.68%
G=38.64%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791709100.050.490.3053.8636.6752.94
HexB3AA5B05311E362535
Octal263252133056136664565
Binary10110011101010101011011010111000111110110110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AA5B; }

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

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

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

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

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

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

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

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