#BA9F39

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

Shades of Brass #BA9F39

Tints of Brass #BA9F39

Color information

#BA9F39 (or 0xBA9F39) is unknown color: approx Brass. HEX triplet: BA, 9F and 39. RGB value is (186,159,57). Sum of RGB (Red+Green+Blue) = 186+159+57=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 57 (22.66% from 255 or 14.18% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9F39 is #4560C6. Grayscale: #9B9B9B. Windows color (decimal): -4546759 or 3776442. OLE color: 3776442.

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

Color convert

RGB18615957-
CMYK00.150.690.27
HSL47.44º53.09%47.65%-
HSV(B)47.44º69.35%72.94%-
XYZ33.3935.538.97-
YUV155.4472.45149.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 159 (62.5% from 255) = 39.55%
BLUE value IS 57 (22.66% from 255) = 14.18%
R=46.27%
G=39.55%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861595700.150.690.2747.4453.0947.65
HexBA9F390F451B2f3530
Octal2722377101710533576560
Binary101110101001111111100101111100010111011101111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9F39; }

 p { color: rgb(186,159,57); }

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

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

 a { background-color: rgb(186,159,57); }

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

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

 span { border-color: rgb(186,159,57); }

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