#B2A849

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

Shades of Brass #B2A849

Tints of Brass #B2A849

Color information

#B2A849 (or 0xB2A849) is unknown color: approx Brass. HEX triplet: B2, A8 and 49. RGB value is (178,168,73). Sum of RGB (Red+Green+Blue) = 178+168+73=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A849 is #4D57B6. Grayscale: #A0A0A0. Windows color (decimal): -5068727 or 4827314. OLE color: 4827314.

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

Color convert

RGB17816873-
CMYK00.060.590.30
HSL54.29º41.83%49.22%-
HSV(B)54.29º58.99%69.8%-
XYZ33.5737.9511.86-
YUV160.1678.81140.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.48%
GREEN value IS 168 (66.02% from 255) = 40.10%
BLUE value IS 73 (28.91% from 255) = 17.42%
R=42.48%
G=40.10%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781687300.060.590.3054.2941.8349.22
HexB2A849063B1E362a31
Octal262250111067336665261
Binary10110010101010001001001011011101111110110110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A849; }

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

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

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

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

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

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

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

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