Html Css Color HEX #BAA449 Brass

📋 copy color: '#BAA449'

red 186 ◦ green 164 ◦ blue 73

#BAA449
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #BAA449

Tints of Brass #BAA449

RGB

 RED value IS 186 (73.05% from 255) = 43.97%

 GREEN value IS 164 (64.45% from 255) = 38.77%

 BLUE value IS 73 (28.91% from 255) = 17.26%

R = 43.97%
G = 38.77%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BAA449 (or 0xBAA449) is known color: Brass. HEX triplet: BA, A4 and 49. RGB value is (186,164,73). Sum of RGB (Red+Green+Blue) = 186+164+73=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA449 is #455BB6. Grayscale: #A0A0A0. Windows color (decimal): -4545463 or 4826298. OLE color: 4826298.

HSL color Cylindrical-coordinate representation of color #BAA449: hue angle of 48.32º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAA449 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 164 73 -
CMYK 0 0.12 0.61 0.27
HSL 48.32º 0.45% 0.51% -
HSV(B) 48.32º 0.61% 0.73% -
XYZ 34.73 37.47 11.71 -
YUV 160.2 78.79 146.4 -
System Red Green Blue C M Y K H S L
Decimal 186 164 73 0 0.12 0.61 0.27 48.32 0.45 0.51
Hex BA A4 49 0 C 3D 1B 30 2D 33
Octal 272 244 111 0 14 75 33 60 55 63
Binary 10111010 10100100 1001001 0 1100 111101 11011 110000 101101 110011

Color Harmonies of #BAA449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA449

Black with #BAA449

Text Example


Text Example

White with #BAA449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA449; }

 p { color: rgb(186,164,73); }

 H1.HeaderClassName
 {
   color: #BAA449;
 }
 .AnyTagClassName
 {
   color: #BAA449;
 }
</style>

background-color css

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

 a { background-color: rgb(186,164,73); }

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

border-color css

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

 span { border-color: rgb(186,164,73); }

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