#B1A137

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

Shades of Brass #B1A137

Tints of Brass #B1A137

Color information

#B1A137 (or 0xB1A137) is unknown color: approx Brass. HEX triplet: B1, A1 and 37. RGB value is (177,161,55). Sum of RGB (Red+Green+Blue) = 177+161+55=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 55 (21.88% from 255 or 13.99% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A137 is #4E5EC8. Grayscale: #9A9A9A. Windows color (decimal): -5136073 or 3645873. OLE color: 3645873.

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

Color convert

RGB17716155-
CMYK00.090.690.31
HSL52.13º52.59%45.49%-
HSV(B)52.13º68.93%69.41%-
XYZ31.5735.118.73-
YUV153.772.3144.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.04%
GREEN value IS 161 (63.28% from 255) = 40.97%
BLUE value IS 55 (21.88% from 255) = 13.99%
R=45.04%
G=40.97%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771615500.090.690.3152.1352.5945.49
HexB1A13709451F34352d
Octal2612416701110537646555
Binary101100011010000111011101001100010111111110100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A137; }

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

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

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

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

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

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

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

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