Html Css Color HEX #BAAA40 Brass

📋 copy color: '#BAAA40'

red 186 ◦ green 170 ◦ blue 64

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

Shades of Brass #BAAA40

Tints of Brass #BAAA40

RGB

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

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

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

R = 44.29%
G = 40.48%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BAAA40 (or 0xBAAA40) is known color: Brass. HEX triplet: BA, AA and 40. RGB value is (186,170,64). Sum of RGB (Red+Green+Blue) = 186+170+64=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA40 is #4555BF. Grayscale: #A3A3A3. Windows color (decimal): -4543936 or 4238010. OLE color: 4238010.

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

Color convert

RGB 186 170 64 -
CMYK 0 0.09 0.66 0.27
HSL 52.13º 0.49% 0.49% -
HSV(B) 52.13º 0.66% 0.73% -
XYZ 35.55 39.56 10.61 -
YUV 162.7 72.3 144.62 -
System Red Green Blue C M Y K H S L
Decimal 186 170 64 0 0.09 0.66 0.27 52.13 0.49 0.49
Hex BA AA 40 0 9 42 1B 34 31 31
Octal 272 252 100 0 11 102 33 64 61 61
Binary 10111010 10101010 1000000 0 1001 1000010 11011 110100 110001 110001

Color Harmonies of #BAAA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA40

Black with #BAAA40

Text Example


Text Example

White with #BAAA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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