#B1AD46

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

Shades of Brass #B1AD46

Tints of Brass #B1AD46

Color information

#B1AD46 (or 0xB1AD46) is unknown color: approx Brass. HEX triplet: B1, AD and 46. RGB value is (177,173,70). Sum of RGB (Red+Green+Blue) = 177+173+70=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AD46 is #4E52B9. Grayscale: #A2A2A2. Windows color (decimal): -5132986 or 4631985. OLE color: 4631985.

HSL color Cylindrical-coordinate representation of color #B1AD46: hue angle of 57.76º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1AD46 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17717370-
CMYK00.020.600.31
HSL57.76º43.32%48.43%-
HSV(B)57.76º60.45%69.41%-
XYZ34.1839.6811.65-
YUV162.4575.83138.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 173 (67.97% from 255) = 41.19%
BLUE value IS 70 (27.73% from 255) = 16.67%
R=42.14%
G=41.19%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771737000.020.600.3157.7643.3248.43
HexB1AD46023C1F3a2b30
Octal261255106027437725360
Binary1011000110101101100011001011110011111111010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AD46; }

 p { color: rgb(177,173,70); }

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

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

 a { background-color: rgb(177,173,70); }

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

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

 span { border-color: rgb(177,173,70); }

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