Html Css Color HEX #BAA040 Brass

📋 copy color: '#BAA040'

red 186 ◦ green 160 ◦ blue 64

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

Shades of Brass #BAA040

Tints of Brass #BAA040

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.02%

 BLUE value IS 64 (25.39% from 255) = 15.61%

R = 45.37%
G = 39.02%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BAA040 (or 0xBAA040) is known color: Brass. HEX triplet: BA, A0 and 40. RGB value is (186,160,64). Sum of RGB (Red+Green+Blue) = 186+160+64=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA040 is #455FBF. Grayscale: #9D9D9D. Windows color (decimal): -4546496 or 4235450. OLE color: 4235450.

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

Color convert

RGB 186 160 64 -
CMYK 0 0.14 0.66 0.27
HSL 47.21º 0.49% 0.49% -
HSV(B) 47.21º 0.66% 0.73% -
XYZ 33.75 35.95 10.01 -
YUV 156.83 75.61 148.81 -
System Red Green Blue C M Y K H S L
Decimal 186 160 64 0 0.14 0.66 0.27 47.21 0.49 0.49
Hex BA A0 40 0 E 42 1B 2F 31 31
Octal 272 240 100 0 16 102 33 57 61 61
Binary 10111010 10100000 1000000 0 1110 1000010 11011 101111 110001 110001

Color Harmonies of #BAA040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA040

Black with #BAA040

Text Example


Text Example

White with #BAA040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA040; }

 p { color: rgb(186,160,64); }

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

background-color css

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

 a { background-color: rgb(186,160,64); }

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

border-color css

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

 span { border-color: rgb(186,160,64); }

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