#B2A949

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

Shades of Brass #B2A949

Tints of Brass #B2A949

Color information

#B2A949 (or 0xB2A949) is unknown color: approx Brass. HEX triplet: B2, A9 and 49. RGB value is (178,169,73). Sum of RGB (Red+Green+Blue) = 178+169+73=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A949 is #4D56B6. Grayscale: #A1A1A1. Windows color (decimal): -5068471 or 4827570. OLE color: 4827570.

HSL color Cylindrical-coordinate representation of color #B2A949: hue angle of 54.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2A949 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB17816973-
CMYK00.050.590.30
HSL54.86º41.83%49.22%-
HSV(B)54.86º58.99%69.8%-
XYZ33.7538.3211.92-
YUV160.7578.48140.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.38%
GREEN value IS 169 (66.41% from 255) = 40.24%
BLUE value IS 73 (28.91% from 255) = 17.38%
R=42.38%
G=40.24%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781697300.050.590.3054.8641.8349.22
HexB2A949053B1E372a31
Octal262251111057336675261
Binary10110010101010011001001010111101111110110111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A949; }

 p { color: rgb(178,169,73); }

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

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

 a { background-color: rgb(178,169,73); }

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

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

 span { border-color: rgb(178,169,73); }

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