Html Css Color HEX #BAA447 Brass

📋 copy color: '#BAA447'

red 186 ◦ green 164 ◦ blue 71

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

Shades of Brass #BAA447

Tints of Brass #BAA447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.86%

R = 44.18%
G = 38.95%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BAA447 (or 0xBAA447) is known color: Brass. HEX triplet: BA, A4 and 47. RGB value is (186,164,71). Sum of RGB (Red+Green+Blue) = 186+164+71=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 71 (28.12% from 255 or 16.86% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA447 is #455BB8. Grayscale: #A0A0A0. Windows color (decimal): -4545465 or 4695226. OLE color: 4695226.

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

Color convert

RGB 186 164 71 -
CMYK 0 0.12 0.62 0.27
HSL 48.52º 0.45% 0.5% -
HSV(B) 48.52º 0.62% 0.73% -
XYZ 34.66 37.44 11.36 -
YUV 159.98 77.79 146.56 -
System Red Green Blue C M Y K H S L
Decimal 186 164 71 0 0.12 0.62 0.27 48.52 0.45 0.5
Hex BA A4 47 0 C 3E 1B 31 2D 32
Octal 272 244 107 0 14 76 33 61 55 62
Binary 10111010 10100100 1000111 0 1100 111110 11011 110001 101101 110010

Color Harmonies of #BAA447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA447

Black with #BAA447

Text Example


Text Example

White with #BAA447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA447; }

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

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

background-color css

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

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

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

border-color css

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

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

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