#B1AA3A

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

Shades of Brass #B1AA3A

Tints of Brass #B1AA3A

Color information

#B1AA3A (or 0xB1AA3A) is unknown color: approx Brass. HEX triplet: B1, AA and 3A. RGB value is (177,170,58). Sum of RGB (Red+Green+Blue) = 177+170+58=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 58 (23.05% from 255 or 14.32% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AA3A is #4E55C5. Grayscale: #9F9F9F. Windows color (decimal): -5133766 or 3844785. OLE color: 3844785.

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

Color convert

RGB17717058-
CMYK00.040.670.31
HSL56.47º50.64%46.08%-
HSV(B)56.47º67.23%69.41%-
XYZ33.2738.49.66-
YUV159.3270.82140.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 170 (66.80% from 255) = 41.98%
BLUE value IS 58 (23.05% from 255) = 14.32%
R=43.70%
G=41.98%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771705800.040.670.3156.4750.6446.08
HexB1AA3A04431F38332e
Octal261252720410337706356
Binary10110001101010101110100100100001111111111000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA3A; }

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

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

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

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

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

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

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

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