Html Css Color HEX #BAA649 Brass

📋 copy color: '#BAA649'

red 186 ◦ green 166 ◦ blue 73

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

Shades of Brass #BAA649

Tints of Brass #BAA649

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.06%

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

R = 43.76%
G = 39.06%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BAA649 (or 0xBAA649) is known color: Brass. HEX triplet: BA, A6 and 49. RGB value is (186,166,73). Sum of RGB (Red+Green+Blue) = 186+166+73=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA649 is #4559B6. Grayscale: #A1A1A1. Windows color (decimal): -4544951 or 4826810. OLE color: 4826810.

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

Color convert

RGB 186 166 73 -
CMYK 0 0.11 0.61 0.27
HSL 49.38º 0.45% 0.51% -
HSV(B) 49.38º 0.61% 0.73% -
XYZ 35.09 38.19 11.83 -
YUV 161.38 78.13 145.56 -
System Red Green Blue C M Y K H S L
Decimal 186 166 73 0 0.11 0.61 0.27 49.38 0.45 0.51
Hex BA A6 49 0 B 3D 1B 31 2D 33
Octal 272 246 111 0 13 75 33 61 55 63
Binary 10111010 10100110 1001001 0 1011 111101 11011 110001 101101 110011

Color Harmonies of #BAA649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA649

Black with #BAA649

Text Example


Text Example

White with #BAA649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA649; }

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

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

background-color css

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

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

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

border-color css

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

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

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