Html Css Color HEX #BAA939 Brass

📋 copy color: '#BAA939'

red 186 ◦ green 169 ◦ blue 57

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

Shades of Brass #BAA939

Tints of Brass #BAA939

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.02%

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

R = 45.15%
G = 41.02%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BAA939 (or 0xBAA939) is known color: Brass. HEX triplet: BA, A9 and 39. RGB value is (186,169,57). Sum of RGB (Red+Green+Blue) = 186+169+57=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 57 (22.66% from 255 or 13.83% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA939 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA939 is #4556C6. Grayscale: #A1A1A1. Windows color (decimal): -4544199 or 3779002. OLE color: 3779002.

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

Color convert

RGB 186 169 57 -
CMYK 0 0.09 0.69 0.27
HSL 52.09º 0.53% 0.48% -
HSV(B) 52.09º 0.69% 0.73% -
XYZ 35.18 39.11 9.57 -
YUV 161.32 69.13 145.61 -
System Red Green Blue C M Y K H S L
Decimal 186 169 57 0 0.09 0.69 0.27 52.09 0.53 0.48
Hex BA A9 39 0 9 45 1B 34 35 30
Octal 272 251 71 0 11 105 33 64 65 60
Binary 10111010 10101001 111001 0 1001 1000101 11011 110100 110101 110000

Color Harmonies of #BAA939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA939

Black with #BAA939

Text Example


Text Example

White with #BAA939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA939; }

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

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

background-color css

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

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

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

border-color css

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

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

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