#BAA135

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

Shades of Brass #BAA135

Tints of Brass #BAA135

Color information

#BAA135 (or 0xBAA135) is unknown color: approx Brass. HEX triplet: BA, A1 and 35. RGB value is (186,161,53). Sum of RGB (Red+Green+Blue) = 186+161+53=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA135 is #455ECA. Grayscale: #9C9C9C. Windows color (decimal): -4546251 or 3514810. OLE color: 3514810.

HSL color Cylindrical-coordinate representation of color #BAA135: hue angle of 48.72º 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 #BAA135 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18616153-
CMYK00.130.720.27
HSL48.72º55.65%46.86%-
HSV(B)48.72º71.51%72.94%-
XYZ33.6436.198.58-
YUV156.1669.78149.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.5%
GREEN value IS 161 (63.28% from 255) = 40.25%
BLUE value IS 53 (21.09% from 255) = 13.25%
R=46.5%
G=40.25%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861615300.130.720.2748.7255.6546.86
HexBAA1350D481B31382f
Octal2722416501511033617057
Binary101110101010000111010101101100100011011110001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA135; }

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

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

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

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

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

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

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

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