Html Css Color HEX #BAA039 Brass

📋 copy color: '#BAA039'

red 186 ◦ green 160 ◦ blue 57

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

Shades of Brass #BAA039

Tints of Brass #BAA039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.14%

R = 46.15%
G = 39.7%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BAA039 (or 0xBAA039) is known color: Brass. HEX triplet: BA, A0 and 39. RGB value is (186,160,57). Sum of RGB (Red+Green+Blue) = 186+160+57=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 57 (22.66% from 255 or 14.14% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA039 is #455FC6. Grayscale: #9C9C9C. Windows color (decimal): -4546503 or 3776698. OLE color: 3776698.

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

Color convert

RGB 186 160 57 -
CMYK 0 0.14 0.69 0.27
HSL 47.91º 0.53% 0.48% -
HSV(B) 47.91º 0.69% 0.73% -
XYZ 33.56 35.88 9.03 -
YUV 156.03 72.11 149.38 -
System Red Green Blue C M Y K H S L
Decimal 186 160 57 0 0.14 0.69 0.27 47.91 0.53 0.48
Hex BA A0 39 0 E 45 1B 30 35 30
Octal 272 240 71 0 16 105 33 60 65 60
Binary 10111010 10100000 111001 0 1110 1000101 11011 110000 110101 110000

Color Harmonies of #BAA039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA039

Black with #BAA039

Text Example


Text Example

White with #BAA039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA039; }

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

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

background-color css

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

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

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

border-color css

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

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

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