#B1A649

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

Shades of Brass #B1A649

Tints of Brass #B1A649

Color information

#B1A649 (or 0xB1A649) is unknown color: approx Brass. HEX triplet: B1, A6 and 49. RGB value is (177,166,73). Sum of RGB (Red+Green+Blue) = 177+166+73=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A649 is #4E59B6. Grayscale: #9F9F9F. Windows color (decimal): -5134775 or 4826801. OLE color: 4826801.

HSL color Cylindrical-coordinate representation of color #B1A649: hue angle of 53.65º 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 #B1A649 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17716673-
CMYK00.060.590.31
HSL53.65º41.6%49.02%-
HSV(B)53.65º58.76%69.41%-
XYZ32.9737.111.73-
YUV158.6979.64141.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.55%
GREEN value IS 166 (65.23% from 255) = 39.90%
BLUE value IS 73 (28.91% from 255) = 17.55%
R=42.55%
G=39.90%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771667300.060.590.3153.6541.649.02
HexB1A649063B1F362a31
Octal261246111067337665261
Binary10110001101001101001001011011101111111110110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A649; }

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

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

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

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

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

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

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

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