#B1A448

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

Shades of Brass #B1A448

Tints of Brass #B1A448

Color information

#B1A448 (or 0xB1A448) is unknown color: approx Brass. HEX triplet: B1, A4 and 48. RGB value is (177,164,72). Sum of RGB (Red+Green+Blue) = 177+164+72=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A448 is #4E5BB7. Grayscale: #9D9D9D. Windows color (decimal): -5135288 or 4760753. OLE color: 4760753.

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

Color convert

RGB17716472-
CMYK00.070.590.31
HSL52.57º42.17%48.82%-
HSV(B)52.57º59.32%69.41%-
XYZ32.5836.3711.43-
YUV157.479.81141.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.86%
GREEN value IS 164 (64.45% from 255) = 39.71%
BLUE value IS 72 (28.52% from 255) = 17.43%
R=42.86%
G=39.71%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771647200.070.590.3152.5742.1748.82
HexB1A448073B1F352a31
Octal261244110077337655261
Binary10110001101001001001000011111101111111110101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A448; }

 p { color: rgb(177,164,72); }

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

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

 a { background-color: rgb(177,164,72); }

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

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

 span { border-color: rgb(177,164,72); }

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