#BAAD3E

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

Shades of Brass #BAAD3E

Tints of Brass #BAAD3E

Color information

#BAAD3E (or 0xBAAD3E) is unknown color: approx Brass. HEX triplet: BA, AD and 3E. RGB value is (186,173,62). Sum of RGB (Red+Green+Blue) = 186+173+62=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 62 (24.61% from 255 or 14.73% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAD3E is #4552C1. Grayscale: #A4A4A4. Windows color (decimal): -4543170 or 4107706. OLE color: 4107706.

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

Color convert

RGB18617362-
CMYK00.070.670.27
HSL53.71º50%48.63%-
HSV(B)53.71º66.67%72.94%-
XYZ36.0640.6710.51-
YUV164.2370.31143.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 173 (67.97% from 255) = 41.09%
BLUE value IS 62 (24.61% from 255) = 14.73%
R=44.18%
G=41.09%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861736200.070.670.2753.715048.63
HexBAAD3E07431B363231
Octal272255760710333666261
Binary10111010101011011111100111100001111011110110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD3E; }

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

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

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

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

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

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

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

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