#BAAB47

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

Shades of Brass #BAAB47

Tints of Brass #BAAB47

Color information

#BAAB47 (or 0xBAAB47) is unknown color: approx Brass. HEX triplet: BA, AB and 47. RGB value is (186,171,71). Sum of RGB (Red+Green+Blue) = 186+171+71=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 71 (28.12% from 255 or 16.59% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAB47 is #4554B8. Grayscale: #A4A4A4. Windows color (decimal): -4543673 or 4697018. OLE color: 4697018.

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

Color convert

RGB18617171-
CMYK00.080.620.27
HSL52.17º45.45%50.39%-
HSV(B)52.17º61.83%72.94%-
XYZ35.9540.0211.79-
YUV164.0875.47143.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.46%
GREEN value IS 171 (67.19% from 255) = 39.95%
BLUE value IS 71 (28.12% from 255) = 16.59%
R=43.46%
G=39.95%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861717100.080.620.2752.1745.4550.39
HexBAAB47083E1B342d32
Octal2722531070107633645562
Binary101110101010101110001110100011111011011110100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB47; }

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

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

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

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

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

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

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

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