#B1AA50

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

Shades of Brass #B1AA50

Tints of Brass #B1AA50

Color information

#B1AA50 (or 0xB1AA50) is unknown color: approx Brass. HEX triplet: B1, AA and 50. RGB value is (177,170,80). Sum of RGB (Red+Green+Blue) = 177+170+80=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AA50 is #4E55AF. Grayscale: #A2A2A2. Windows color (decimal): -5133744 or 5286577. OLE color: 5286577.

HSL color Cylindrical-coordinate representation of color #B1AA50: hue angle of 55.67º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1AA50 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17717080-
CMYK00.040.550.31
HSL55.67º38.34%50.39%-
HSV(B)55.67º54.8%69.41%-
XYZ33.9538.6813.27-
YUV161.8381.82138.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.45%
GREEN value IS 170 (66.80% from 255) = 39.81%
BLUE value IS 80 (31.64% from 255) = 18.74%
R=41.45%
G=39.81%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771708000.040.550.3155.6738.3450.39
HexB1AA5004371F382632
Octal261252120046737704662
Binary10110001101010101010000010011011111111111000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA50; }

 p { color: rgb(177,170,80); }

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

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

 a { background-color: rgb(177,170,80); }

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

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

 span { border-color: rgb(177,170,80); }

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