Html Css Color HEX #BAAD49 Brass

📋 copy color: '#BAAD49'

red 186 ◦ green 173 ◦ blue 73

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

Shades of Brass #BAAD49

Tints of Brass #BAAD49

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.05%

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

R = 43.06%
G = 40.05%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BAAD49 (or 0xBAAD49) is known color: Brass. HEX triplet: BA, AD and 49. RGB value is (186,173,73). Sum of RGB (Red+Green+Blue) = 186+173+73=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAD49 is #4552B6. Grayscale: #A5A5A5. Windows color (decimal): -4543159 or 4828602. OLE color: 4828602.

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

Color convert

RGB 186 173 73 -
CMYK 0 0.07 0.61 0.27
HSL 53.1º 0.45% 0.51% -
HSV(B) 53.1º 0.61% 0.73% -
XYZ 36.4 40.81 12.26 -
YUV 165.49 75.81 142.63 -
System Red Green Blue C M Y K H S L
Decimal 186 173 73 0 0.07 0.61 0.27 53.1 0.45 0.51
Hex BA AD 49 0 7 3D 1B 35 2D 33
Octal 272 255 111 0 7 75 33 65 55 63
Binary 10111010 10101101 1001001 0 111 111101 11011 110101 101101 110011

Color Harmonies of #BAAD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAD49

Black with #BAAD49

Text Example


Text Example

White with #BAAD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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