#BAAD46

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

Shades of Brass #BAAD46

Tints of Brass #BAAD46

Color information

#BAAD46 (or 0xBAAD46) is unknown color: approx Brass. HEX triplet: BA, AD and 46. RGB value is (186,173,70). Sum of RGB (Red+Green+Blue) = 186+173+70=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAD46 is #4552B9. Grayscale: #A5A5A5. Windows color (decimal): -4543162 or 4631994. OLE color: 4631994.

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

Color convert

RGB18617370-
CMYK00.070.620.27
HSL53.28º45.67%50.2%-
HSV(B)53.28º62.37%72.94%-
XYZ36.340.7711.75-
YUV165.1474.31142.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 173 (67.97% from 255) = 40.33%
BLUE value IS 70 (27.73% from 255) = 16.32%
R=43.36%
G=40.33%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861737000.070.620.2753.2845.6750.2
HexBAAD46073E1B352e32
Octal272255106077633655662
Binary10111010101011011000110011111111011011110101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD46; }

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

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

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

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

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

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

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

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