#BAAA48

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

Shades of Brass #BAAA48

Tints of Brass #BAAA48

Color information

#BAAA48 (or 0xBAAA48) is unknown color: approx Brass. HEX triplet: BA, AA and 48. RGB value is (186,170,72). Sum of RGB (Red+Green+Blue) = 186+170+72=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA48 is #4555B7. Grayscale: #A4A4A4. Windows color (decimal): -4543928 or 4762298. OLE color: 4762298.

HSL color Cylindrical-coordinate representation of color #BAAA48: hue angle of 51.58º 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 #BAAA48 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18617072-
CMYK00.090.610.27
HSL51.58º45.24%50.59%-
HSV(B)51.58º61.29%72.94%-
XYZ35.7939.6611.9-
YUV163.6176.3143.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.46%
GREEN value IS 170 (66.80% from 255) = 39.72%
BLUE value IS 72 (28.52% from 255) = 16.82%
R=43.46%
G=39.72%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861707200.090.610.2751.5845.2450.59
HexBAAA48093D1B342d33
Octal2722521100117533645563
Binary101110101010101010010000100111110111011110100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA48; }

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

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

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

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

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

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

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

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