Html Css Color HEX #BAA841 Brass

📋 copy color: '#BAA841'

red 186 ◦ green 168 ◦ blue 65

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

Shades of Brass #BAA841

Tints of Brass #BAA841

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.1%

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

R = 44.39%
G = 40.1%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BAA841 (or 0xBAA841) is known color: Brass. HEX triplet: BA, A8 and 41. RGB value is (186,168,65). Sum of RGB (Red+Green+Blue) = 186+168+65=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA841 is #4557BE. Grayscale: #A2A2A2. Windows color (decimal): -4544447 or 4303034. OLE color: 4303034.

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

Color convert

RGB 186 168 65 -
CMYK 0 0.10 0.65 0.27
HSL 51.07º 0.48% 0.49% -
HSV(B) 51.07º 0.65% 0.73% -
XYZ 35.21 38.83 10.64 -
YUV 161.64 73.46 145.38 -
System Red Green Blue C M Y K H S L
Decimal 186 168 65 0 0.10 0.65 0.27 51.07 0.48 0.49
Hex BA A8 41 0 A 41 1B 33 30 31
Octal 272 250 101 0 12 101 33 63 60 61
Binary 10111010 10101000 1000001 0 1010 1000001 11011 110011 110000 110001

Color Harmonies of #BAA841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA841

Black with #BAA841

Text Example


Text Example

White with #BAA841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA841; }

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

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

background-color css

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

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

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

border-color css

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

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

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