#BAAD36

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

Shades of Brass #BAAD36

Tints of Brass #BAAD36

Color information

#BAAD36 (or 0xBAAD36) is unknown color: approx Brass. HEX triplet: BA, AD and 36. RGB value is (186,173,54). Sum of RGB (Red+Green+Blue) = 186+173+54=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 54 (21.48% from 255 or 13.08% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAD36 is #4552C9. Grayscale: #A3A3A3. Windows color (decimal): -4543178 or 3583418. OLE color: 3583418.

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

Color convert

RGB18617354-
CMYK00.070.710.27
HSL54.09º55%47.06%-
HSV(B)54.09º70.97%72.94%-
XYZ35.8640.599.44-
YUV163.3266.31144.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 173 (67.97% from 255) = 41.89%
BLUE value IS 54 (21.48% from 255) = 13.08%
R=45.04%
G=41.89%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861735400.070.710.2754.095547.06
HexBAAD3607471B36372f
Octal272255660710733666757
Binary10111010101011011101100111100011111011110110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD36; }

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

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

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

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

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

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

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

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