Html Css Color HEX #BAA445 Brass

📋 copy color: '#BAA445'

red 186 ◦ green 164 ◦ blue 69

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

Shades of Brass #BAA445

Tints of Brass #BAA445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.47%

R = 44.39%
G = 39.14%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BAA445 (or 0xBAA445) is known color: Brass. HEX triplet: BA, A4 and 45. RGB value is (186,164,69). Sum of RGB (Red+Green+Blue) = 186+164+69=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA445 is #455BBA. Grayscale: #A0A0A0. Windows color (decimal): -4545467 or 4564154. OLE color: 4564154.

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

Color convert

RGB 186 164 69 -
CMYK 0 0.12 0.63 0.27
HSL 48.72º 0.46% 0.5% -
HSV(B) 48.72º 0.63% 0.73% -
XYZ 34.6 37.42 11.03 -
YUV 159.75 76.79 146.72 -
System Red Green Blue C M Y K H S L
Decimal 186 164 69 0 0.12 0.63 0.27 48.72 0.46 0.5
Hex BA A4 45 0 C 3F 1B 31 2E 32
Octal 272 244 105 0 14 77 33 61 56 62
Binary 10111010 10100100 1000101 0 1100 111111 11011 110001 101110 110010

Color Harmonies of #BAA445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA445

Black with #BAA445

Text Example


Text Example

White with #BAA445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA445; }

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

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

background-color css

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

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

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

border-color css

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

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

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