#B1AF41

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

Shades of Brass #B1AF41

Tints of Brass #B1AF41

Color information

#B1AF41 (or 0xB1AF41) is unknown color: approx Brass. HEX triplet: B1, AF and 41. RGB value is (177,175,65). Sum of RGB (Red+Green+Blue) = 177+175+65=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AF41 is #4E50BE. Grayscale: #A3A3A3. Windows color (decimal): -5132479 or 4304817. OLE color: 4304817.

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

Color convert

RGB17717565-
CMYK00.010.630.31
HSL58.93º46.28%47.45%-
HSV(B)58.93º63.28%69.41%-
XYZ34.4240.3910.98-
YUV163.0672.66137.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 175 (68.75% from 255) = 41.97%
BLUE value IS 65 (25.78% from 255) = 15.59%
R=42.45%
G=41.97%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771756500.010.630.3158.9346.2847.45
HexB1AF41013F1F3b2e2f
Octal261257101017737735657
Binary101100011010111110000010111111111111111011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AF41; }

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

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

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

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

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

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

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

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