#BAAB49

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

Shades of Brass #BAAB49

Tints of Brass #BAAB49

Color information

#BAAB49 (or 0xBAAB49) is unknown color: approx Brass. HEX triplet: BA, AB and 49. RGB value is (186,171,73). Sum of RGB (Red+Green+Blue) = 186+171+73=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAB49 is #4554B6. Grayscale: #A4A4A4. Windows color (decimal): -4543671 or 4828090. OLE color: 4828090.

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

Color convert

RGB18617173-
CMYK00.080.610.27
HSL52.04º45.02%50.78%-
HSV(B)52.04º60.75%72.94%-
XYZ36.0240.0512.13-
YUV164.3176.47143.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 171 (67.19% from 255) = 39.77%
BLUE value IS 73 (28.91% from 255) = 16.98%
R=43.26%
G=39.77%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861717300.080.610.2752.0445.0250.78
HexBAAB49083D1B342d33
Octal2722531110107533645563
Binary101110101010101110010010100011110111011110100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB49; }

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

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

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

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

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

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

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

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