#B1A147

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

Shades of Brass #B1A147

Tints of Brass #B1A147

Color information

#B1A147 (or 0xB1A147) is unknown color: approx Brass. HEX triplet: B1, A1 and 47. RGB value is (177,161,71). Sum of RGB (Red+Green+Blue) = 177+161+71=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A147 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A147 is #4E5EB8. Grayscale: #9B9B9B. Windows color (decimal): -5136057 or 4694449. OLE color: 4694449.

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

Color convert

RGB17716171-
CMYK00.090.600.31
HSL50.94º42.74%48.63%-
HSV(B)50.94º59.89%69.41%-
XYZ32.0135.2911.09-
YUV155.5280.3143.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.28%
GREEN value IS 161 (63.28% from 255) = 39.36%
BLUE value IS 71 (28.12% from 255) = 17.36%
R=43.28%
G=39.36%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771617100.090.600.3150.9442.7448.63
HexB1A147093C1F332b31
Octal2612411070117437635361
Binary101100011010000110001110100111110011111110011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A147; }

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

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

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

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

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

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

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

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