#BAA935

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

Shades of Brass #BAA935

Tints of Brass #BAA935

Color information

#BAA935 (or 0xBAA935) is unknown color: approx Brass. HEX triplet: BA, A9 and 35. RGB value is (186,169,53). Sum of RGB (Red+Green+Blue) = 186+169+53=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA935 is #4556CA. Grayscale: #A1A1A1. Windows color (decimal): -4544203 or 3516858. OLE color: 3516858.

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

Color convert

RGB18616953-
CMYK00.090.720.27
HSL52.33º55.65%46.86%-
HSV(B)52.33º71.51%72.94%-
XYZ35.0839.079.06-
YUV160.8667.13145.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 169 (66.41% from 255) = 41.42%
BLUE value IS 53 (21.09% from 255) = 12.99%
R=45.59%
G=41.42%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861695300.090.720.2752.3355.6546.86
HexBAA93509481B34382f
Octal2722516501111033647057
Binary101110101010100111010101001100100011011110100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA935; }

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

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

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

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

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

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

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

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