#B0A149

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

Shades of Brass #B0A149

Tints of Brass #B0A149

Color information

#B0A149 (or 0xB0A149) is unknown color: approx Brass. HEX triplet: B0, A1 and 49. RGB value is (176,161,73). Sum of RGB (Red+Green+Blue) = 176+161+73=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A149 is #4F5EB6. Grayscale: #9B9B9B. Windows color (decimal): -5201591 or 4825520. OLE color: 4825520.

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

Color convert

RGB17616173-
CMYK00.090.590.31
HSL51.26º41.37%48.82%-
HSV(B)51.26º58.52%69.02%-
XYZ31.8535.211.42-
YUV155.4581.47142.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.93%
GREEN value IS 161 (63.28% from 255) = 39.27%
BLUE value IS 73 (28.91% from 255) = 17.80%
R=42.93%
G=39.27%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761617300.090.590.3151.2641.3748.82
HexB0A149093B1F332931
Octal2602411110117337635161
Binary101100001010000110010010100111101111111110011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A149; }

 p { color: rgb(176,161,73); }

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

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

 a { background-color: rgb(176,161,73); }

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

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

 span { border-color: rgb(176,161,73); }

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