#BAAA47

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

Shades of Brass #BAAA47

Tints of Brass #BAAA47

Color information

#BAAA47 (or 0xBAAA47) is unknown color: approx Brass. HEX triplet: BA, AA and 47. RGB value is (186,170,71). Sum of RGB (Red+Green+Blue) = 186+170+71=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 71 (28.12% from 255 or 16.63% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA47 is #4555B8. Grayscale: #A3A3A3. Windows color (decimal): -4543929 or 4696762. OLE color: 4696762.

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

Color convert

RGB18617071-
CMYK00.090.620.27
HSL51.65º45.45%50.39%-
HSV(B)51.65º61.83%72.94%-
XYZ35.7639.6411.73-
YUV163.575.8144.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 170 (66.80% from 255) = 39.81%
BLUE value IS 71 (28.12% from 255) = 16.63%
R=43.56%
G=39.81%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861707100.090.620.2751.6545.4550.39
HexBAAA47093E1B342d32
Octal2722521070117633645562
Binary101110101010101010001110100111111011011110100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA47; }

 p { color: rgb(186,170,71); }

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

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

 a { background-color: rgb(186,170,71); }

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

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

 span { border-color: rgb(186,170,71); }

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