#BAAD4A

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

Shades of Brass #BAAD4A

Tints of Brass #BAAD4A

Color information

#BAAD4A (or 0xBAAD4A) is unknown color: approx Brass. HEX triplet: BA, AD and 4A. RGB value is (186,173,74). Sum of RGB (Red+Green+Blue) = 186+173+74=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAD4A is #4552B5. Grayscale: #A6A6A6. Windows color (decimal): -4543158 or 4894138. OLE color: 4894138.

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

Color convert

RGB18617374-
CMYK00.070.600.27
HSL53.04º44.8%50.98%-
HSV(B)53.04º60.22%72.94%-
XYZ36.4340.8212.44-
YUV165.676.31142.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 173 (67.97% from 255) = 39.95%
BLUE value IS 74 (29.30% from 255) = 17.09%
R=42.96%
G=39.95%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861737400.070.600.2753.0444.850.98
HexBAAD4A073C1B352d33
Octal272255112077433655563
Binary10111010101011011001010011111110011011110101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD4A; }

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

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

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

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

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

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

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

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