#BAAB4A

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

Shades of Brass #BAAB4A

Tints of Brass #BAAB4A

Color information

#BAAB4A (or 0xBAAB4A) is unknown color: approx Brass. HEX triplet: BA, AB and 4A. RGB value is (186,171,74). Sum of RGB (Red+Green+Blue) = 186+171+74=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAB4A is #4554B5. Grayscale: #A4A4A4. Windows color (decimal): -4543670 or 4893626. OLE color: 4893626.

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

Color convert

RGB18617174-
CMYK00.080.600.27
HSL51.96º44.8%50.98%-
HSV(B)51.96º60.22%72.94%-
XYZ36.0540.0612.31-
YUV164.4376.97143.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 171 (67.19% from 255) = 39.68%
BLUE value IS 74 (29.30% from 255) = 17.17%
R=43.16%
G=39.68%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861717400.080.600.2751.9644.850.98
HexBAAB4A083C1B342d33
Octal2722531120107433645563
Binary101110101010101110010100100011110011011110100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB4A; }

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

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

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

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

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

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

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

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