#BAA849

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

Shades of Brass #BAA849

Tints of Brass #BAA849

Color information

#BAA849 (or 0xBAA849) is unknown color: approx Brass. HEX triplet: BA, A8 and 49. RGB value is (186,168,73). Sum of RGB (Red+Green+Blue) = 186+168+73=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA849 is #4557B6. Grayscale: #A2A2A2. Windows color (decimal): -4544439 or 4827322. OLE color: 4827322.

HSL color Cylindrical-coordinate representation of color #BAA849: hue angle of 50.44º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAA849 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18616873-
CMYK00.100.610.27
HSL50.44º45.02%50.78%-
HSV(B)50.44º60.75%72.94%-
XYZ35.4538.9311.95-
YUV162.5577.46144.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 168 (66.02% from 255) = 39.34%
BLUE value IS 73 (28.91% from 255) = 17.10%
R=43.56%
G=39.34%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861687300.100.610.2750.4445.0250.78
HexBAA8490A3D1B322d33
Octal2722501110127533625563
Binary101110101010100010010010101011110111011110010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA849; }

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

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

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

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

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

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

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

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