Html Css Color HEX #BAA946 Brass

📋 copy color: '#BAA946'

red 186 ◦ green 169 ◦ blue 70

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

Shades of Brass #BAA946

Tints of Brass #BAA946

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.76%

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

R = 43.76%
G = 39.76%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BAA946 (or 0xBAA946) is known color: Brass. HEX triplet: BA, A9 and 46. RGB value is (186,169,70). Sum of RGB (Red+Green+Blue) = 186+169+70=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 70 (27.73% from 255 or 16.47% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA946 is #4556B9. Grayscale: #A3A3A3. Windows color (decimal): -4544186 or 4630970. OLE color: 4630970.

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

Color convert

RGB 186 169 70 -
CMYK 0 0.09 0.62 0.27
HSL 51.21º 0.46% 0.5% -
HSV(B) 51.21º 0.62% 0.73% -
XYZ 35.54 39.26 11.5 -
YUV 162.8 75.63 144.55 -
System Red Green Blue C M Y K H S L
Decimal 186 169 70 0 0.09 0.62 0.27 51.21 0.46 0.5
Hex BA A9 46 0 9 3E 1B 33 2E 32
Octal 272 251 106 0 11 76 33 63 56 62
Binary 10111010 10101001 1000110 0 1001 111110 11011 110011 101110 110010

Color Harmonies of #BAA946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA946

Black with #BAA946

Text Example


Text Example

White with #BAA946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA946; }

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

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

background-color css

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

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

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

border-color css

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

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

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