#B1A848

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

Shades of Brass #B1A848

Tints of Brass #B1A848

Color information

#B1A848 (or 0xB1A848) is unknown color: approx Brass. HEX triplet: B1, A8 and 48. RGB value is (177,168,72). Sum of RGB (Red+Green+Blue) = 177+168+72=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A848 is #4E57B7. Grayscale: #A0A0A0. Windows color (decimal): -5134264 or 4761777. OLE color: 4761777.

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

Color convert

RGB17716872-
CMYK00.050.590.31
HSL54.86º42.17%48.82%-
HSV(B)54.86º59.32%69.41%-
XYZ33.337.8211.68-
YUV159.7578.48140.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 168 (66.02% from 255) = 40.29%
BLUE value IS 72 (28.52% from 255) = 17.27%
R=42.45%
G=40.29%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771687200.050.590.3154.8642.1748.82
HexB1A848053B1F372a31
Octal261250110057337675261
Binary10110001101010001001000010111101111111110111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A848; }

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

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

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

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

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

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

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

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