Html Css Color HEX #BAA146 Brass

📋 copy color: '#BAA146'

red 186 ◦ green 161 ◦ blue 70

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

Shades of Brass #BAA146

Tints of Brass #BAA146

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.61%

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

R = 44.6%
G = 38.61%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BAA146 (or 0xBAA146) is known color: Brass. HEX triplet: BA, A1 and 46. RGB value is (186,161,70). Sum of RGB (Red+Green+Blue) = 186+161+70=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 70 (27.73% from 255 or 16.79% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA146 is #455EB9. Grayscale: #9E9E9E. Windows color (decimal): -4546234 or 4628922. OLE color: 4628922.

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

Color convert

RGB 186 161 70 -
CMYK 0 0.13 0.62 0.27
HSL 47.07º 0.46% 0.5% -
HSV(B) 47.07º 0.62% 0.73% -
XYZ 34.1 36.37 11.02 -
YUV 158.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 186 161 70 0 0.13 0.62 0.27 47.07 0.46 0.5
Hex BA A1 46 0 D 3E 1B 2F 2E 32
Octal 272 241 106 0 15 76 33 57 56 62
Binary 10111010 10100001 1000110 0 1101 111110 11011 101111 101110 110010

Color Harmonies of #BAA146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA146

Black with #BAA146

Text Example


Text Example

White with #BAA146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA146; }

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

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

background-color css

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

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

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

border-color css

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

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

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