Html Css Color HEX #BAA546 Brass

📋 copy color: '#BAA546'

red 186 ◦ green 165 ◦ blue 70

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

Shades of Brass #BAA546

Tints of Brass #BAA546

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.19%

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

R = 44.18%
G = 39.19%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BAA546 (or 0xBAA546) is known color: Brass. HEX triplet: BA, A5 and 46. RGB value is (186,165,70). Sum of RGB (Red+Green+Blue) = 186+165+70=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA546 is #455AB9. Grayscale: #A0A0A0. Windows color (decimal): -4545210 or 4629946. OLE color: 4629946.

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

Color convert

RGB 186 165 70 -
CMYK 0 0.11 0.62 0.27
HSL 49.14º 0.46% 0.5% -
HSV(B) 49.14º 0.62% 0.73% -
XYZ 34.81 37.79 11.25 -
YUV 160.45 76.96 146.22 -
System Red Green Blue C M Y K H S L
Decimal 186 165 70 0 0.11 0.62 0.27 49.14 0.46 0.5
Hex BA A5 46 0 B 3E 1B 31 2E 32
Octal 272 245 106 0 13 76 33 61 56 62
Binary 10111010 10100101 1000110 0 1011 111110 11011 110001 101110 110010

Color Harmonies of #BAA546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA546

Black with #BAA546

Text Example


Text Example

White with #BAA546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA546; }

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

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

background-color css

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

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

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

border-color css

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

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

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