#B1AF49

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

Shades of Brass #B1AF49

Tints of Brass #B1AF49

Color information

#B1AF49 (or 0xB1AF49) is unknown color: approx Brass. HEX triplet: B1, AF and 49. RGB value is (177,175,73). Sum of RGB (Red+Green+Blue) = 177+175+73=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AF49 is #4E50B6. Grayscale: #A4A4A4. Windows color (decimal): -5132471 or 4829105. OLE color: 4829105.

HSL color Cylindrical-coordinate representation of color #B1AF49: hue angle of 58.85º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1AF49 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17717573-
CMYK00.010.590.31
HSL58.85º41.6%49.02%-
HSV(B)58.85º58.76%69.41%-
XYZ34.6640.4912.29-
YUV163.9776.66137.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.65%
GREEN value IS 175 (68.75% from 255) = 41.18%
BLUE value IS 73 (28.91% from 255) = 17.18%
R=41.65%
G=41.18%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771757300.010.590.3158.8541.649.02
HexB1AF49013B1F3b2a31
Octal261257111017337735261
Binary101100011010111110010010111101111111111011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AF49; }

 p { color: rgb(177,175,73); }

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

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

 a { background-color: rgb(177,175,73); }

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

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

 span { border-color: rgb(177,175,73); }

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