#BAA53B

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

Shades of Brass #BAA53B

Tints of Brass #BAA53B

Color information

#BAA53B (or 0xBAA53B) is unknown color: approx Brass. HEX triplet: BA, A5 and 3B. RGB value is (186,165,59). Sum of RGB (Red+Green+Blue) = 186+165+59=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 59 (23.44% from 255 or 14.39% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA53B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA53B is #455AC4. Grayscale: #9F9F9F. Windows color (decimal): -4545221 or 3909050. OLE color: 3909050.

HSL color Cylindrical-coordinate representation of color #BAA53B: hue angle of 50.08º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAA53B is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18616559-
CMYK00.110.680.27
HSL50.08º51.84%48.04%-
HSV(B)50.08º68.28%72.94%-
XYZ34.4937.679.59-
YUV159.271.46147.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 165 (64.84% from 255) = 40.24%
BLUE value IS 59 (23.44% from 255) = 14.39%
R=45.37%
G=40.24%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861655900.110.680.2750.0851.8448.04
HexBAA53B0B441B323430
Octal2722457301310433626460
Binary101110101010010111101101011100010011011110010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA53B; }

 p { color: rgb(186,165,59); }

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

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

 a { background-color: rgb(186,165,59); }

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

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

 span { border-color: rgb(186,165,59); }

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