Html Css Color HEX #BAA446 Brass

📋 copy color: '#BAA446'

red 186 ◦ green 164 ◦ blue 70

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

Shades of Brass #BAA446

Tints of Brass #BAA446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.67%

R = 44.29%
G = 39.05%
B = 16.67%

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

#BAA446 (or 0xBAA446) is known color: Brass. HEX triplet: BA, A4 and 46. RGB value is (186,164,70). Sum of RGB (Red+Green+Blue) = 186+164+70=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA446 is #455BB9. Grayscale: #A0A0A0. Windows color (decimal): -4545466 or 4629690. OLE color: 4629690.

HSL color Cylindrical-coordinate representation of color #BAA446: hue angle of 48.62º degrees, saturation: 0.46, 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 #BAA446 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 164 70 -
CMYK 0 0.12 0.62 0.27
HSL 48.62º 0.46% 0.5% -
HSV(B) 48.62º 0.62% 0.73% -
XYZ 34.63 37.43 11.19 -
YUV 159.86 77.29 146.64 -
System Red Green Blue C M Y K H S L
Decimal 186 164 70 0 0.12 0.62 0.27 48.62 0.46 0.5
Hex BA A4 46 0 C 3E 1B 31 2E 32
Octal 272 244 106 0 14 76 33 61 56 62
Binary 10111010 10100100 1000110 0 1100 111110 11011 110001 101110 110010

Color Harmonies of #BAA446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA446

Black with #BAA446

Text Example


Text Example

White with #BAA446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA446; }

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

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

background-color css

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

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

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

border-color css

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

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

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