#BAA938

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

Shades of Brass #BAA938

Tints of Brass #BAA938

Color information

#BAA938 (or 0xBAA938) is unknown color: approx Brass. HEX triplet: BA, A9 and 38. RGB value is (186,169,56). Sum of RGB (Red+Green+Blue) = 186+169+56=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 56 (22.27% from 255 or 13.63% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA938 is #4556C7. Grayscale: #A1A1A1. Windows color (decimal): -4544200 or 3713466. OLE color: 3713466.

HSL color Cylindrical-coordinate representation of color #BAA938: hue angle of 52.15º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAA938 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB18616956-
CMYK00.090.700.27
HSL52.15º53.72%47.45%-
HSV(B)52.15º69.89%72.94%-
XYZ35.1539.19.44-
YUV161.268.63145.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 169 (66.41% from 255) = 41.12%
BLUE value IS 56 (22.27% from 255) = 13.63%
R=45.26%
G=41.12%
B=13.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861695600.090.700.2752.1553.7247.45
HexBAA93809461B34362f
Octal2722517001110633646657
Binary101110101010100111100001001100011011011110100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA938; }

 p { color: rgb(186,169,56); }

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

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

 a { background-color: rgb(186,169,56); }

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

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

 span { border-color: rgb(186,169,56); }

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