#B2AA5A

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

Shades of Gimblet #B2AA5A

Tints of Gimblet #B2AA5A

Color information

#B2AA5A (or 0xB2AA5A) is unknown color: approx Gimblet. HEX triplet: B2, AA and 5A. RGB value is (178,170,90). Sum of RGB (Red+Green+Blue) = 178+170+90=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AA5A is #4D55A5. Grayscale: #A3A3A3. Windows color (decimal): -5068198 or 5941938. OLE color: 5941938.

HSL color Cylindrical-coordinate representation of color #B2AA5A: hue angle of 54.55º degrees, saturation: 0.36, 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 #B2AA5A is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB17817090-
CMYK00.040.490.30
HSL54.55º36.36%52.55%-
HSV(B)54.55º49.44%69.8%-
XYZ34.5838.9515.37-
YUV163.2786.65138.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.64%
GREEN value IS 170 (66.80% from 255) = 38.81%
BLUE value IS 90 (35.55% from 255) = 20.55%
R=40.64%
G=38.81%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781709000.040.490.3054.5536.3652.55
HexB2AA5A04311E372435
Octal262252132046136674465
Binary10110010101010101011010010011000111110110111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AA5A; }

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

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

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

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

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

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

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

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