#BAA633

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

Shades of Brass #BAA633

Tints of Brass #BAA633

Color information

#BAA633 (or 0xBAA633) is unknown color: approx Brass. HEX triplet: BA, A6 and 33. RGB value is (186,166,51). Sum of RGB (Red+Green+Blue) = 186+166+51=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA633 is #4559CC. Grayscale: #9F9F9F. Windows color (decimal): -4544973 or 3385018. OLE color: 3385018.

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

Color convert

RGB18616651-
CMYK00.110.730.27
HSL51.11º56.96%46.47%-
HSV(B)51.11º72.58%72.94%-
XYZ34.4837.958.64-
YUV158.8767.13147.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 166 (65.23% from 255) = 41.19%
BLUE value IS 51 (20.31% from 255) = 12.66%
R=46.15%
G=41.19%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861665100.110.730.2751.1156.9646.47
HexBAA6330B491B33392e
Octal2722466301311133637156
Binary101110101010011011001101011100100111011110011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA633; }

 p { color: rgb(186,166,51); }

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

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

 a { background-color: rgb(186,166,51); }

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

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

 span { border-color: rgb(186,166,51); }

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