Html Css Color HEX #BAAA41 Brass

📋 copy color: '#BAAA41'

red 186 ◦ green 170 ◦ blue 65

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

Shades of Brass #BAAA41

Tints of Brass #BAAA41

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.38%

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

R = 44.18%
G = 40.38%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BAAA41 (or 0xBAAA41) is known color: Brass. HEX triplet: BA, AA and 41. RGB value is (186,170,65). Sum of RGB (Red+Green+Blue) = 186+170+65=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA41 is #4555BE. Grayscale: #A3A3A3. Windows color (decimal): -4543935 or 4303546. OLE color: 4303546.

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

Color convert

RGB 186 170 65 -
CMYK 0 0.09 0.65 0.27
HSL 52.07º 0.48% 0.49% -
HSV(B) 52.07º 0.65% 0.73% -
XYZ 35.58 39.57 10.76 -
YUV 162.81 72.8 144.54 -
System Red Green Blue C M Y K H S L
Decimal 186 170 65 0 0.09 0.65 0.27 52.07 0.48 0.49
Hex BA AA 41 0 9 41 1B 34 30 31
Octal 272 252 101 0 11 101 33 64 60 61
Binary 10111010 10101010 1000001 0 1001 1000001 11011 110100 110000 110001

Color Harmonies of #BAAA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA41

Black with #BAAA41

Text Example


Text Example

White with #BAAA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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