#B1A937

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

Shades of Brass #B1A937

Tints of Brass #B1A937

Color information

#B1A937 (or 0xB1A937) is unknown color: approx Brass. HEX triplet: B1, A9 and 37. RGB value is (177,169,55). Sum of RGB (Red+Green+Blue) = 177+169+55=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 55 (21.88% from 255 or 13.72% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A937 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A937 is #4E56C8. Grayscale: #9E9E9E. Windows color (decimal): -5134025 or 3647921. OLE color: 3647921.

HSL color Cylindrical-coordinate representation of color #B1A937: hue angle of 56.07º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1A937 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB17716955-
CMYK00.050.690.31
HSL56.07º52.59%45.49%-
HSV(B)56.07º68.93%69.41%-
XYZ33.01389.21-
YUV158.469.65141.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 169 (66.41% from 255) = 42.14%
BLUE value IS 55 (21.88% from 255) = 13.72%
R=44.14%
G=42.14%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771695500.050.690.3156.0752.5945.49
HexB1A93705451F38352d
Octal261251670510537706555
Binary10110001101010011101110101100010111111111000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A937; }

 p { color: rgb(177,169,55); }

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

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

 a { background-color: rgb(177,169,55); }

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

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

 span { border-color: rgb(177,169,55); }

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