#BAAB40

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

Shades of Brass #BAAB40

Tints of Brass #BAAB40

Color information

#BAAB40 (or 0xBAAB40) is unknown color: approx Brass. HEX triplet: BA, AB and 40. RGB value is (186,171,64). Sum of RGB (Red+Green+Blue) = 186+171+64=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAB40 is #4554BF. Grayscale: #A3A3A3. Windows color (decimal): -4543680 or 4238266. OLE color: 4238266.

HSL color Cylindrical-coordinate representation of color #BAAB40: hue angle of 52.62º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAAB40 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18617164-
CMYK00.080.660.27
HSL52.62º48.8%49.02%-
HSV(B)52.62º65.59%72.94%-
XYZ35.7439.9410.68-
YUV163.2971.97144.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 171 (67.19% from 255) = 40.62%
BLUE value IS 64 (25.39% from 255) = 15.20%
R=44.18%
G=40.62%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861716400.080.660.2752.6248.849.02
HexBAAB4008421B353131
Octal27225310001010233656161
Binary1011101010101011100000001000100001011011110101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB40; }

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

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

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

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

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

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

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

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