Html Css Color HEX #BAA141 Brass

📋 copy color: '#BAA141'

red 186 ◦ green 161 ◦ blue 65

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

Shades of Brass #BAA141

Tints of Brass #BAA141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.78%

R = 45.15%
G = 39.08%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BAA141 (or 0xBAA141) is known color: Brass. HEX triplet: BA, A1 and 41. RGB value is (186,161,65). Sum of RGB (Red+Green+Blue) = 186+161+65=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA141 is #455EBE. Grayscale: #9D9D9D. Windows color (decimal): -4546239 or 4301242. OLE color: 4301242.

HSL color Cylindrical-coordinate representation of color #BAA141: hue angle of 47.6º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAA141 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 161 65 -
CMYK 0 0.13 0.65 0.27
HSL 47.6º 0.48% 0.49% -
HSV(B) 47.6º 0.65% 0.73% -
XYZ 33.95 36.31 10.22 -
YUV 157.53 75.78 148.31 -
System Red Green Blue C M Y K H S L
Decimal 186 161 65 0 0.13 0.65 0.27 47.6 0.48 0.49
Hex BA A1 41 0 D 41 1B 30 30 31
Octal 272 241 101 0 15 101 33 60 60 61
Binary 10111010 10100001 1000001 0 1101 1000001 11011 110000 110000 110001

Color Harmonies of #BAA141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA141

Black with #BAA141

Text Example


Text Example

White with #BAA141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA141; }

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

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

background-color css

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

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

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

border-color css

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

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

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