Html Css Color HEX #BAA539 Brass

📋 copy color: '#BAA539'

red 186 ◦ green 165 ◦ blue 57

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

Shades of Brass #BAA539

Tints of Brass #BAA539

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.44%

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

R = 45.59%
G = 40.44%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BAA539 (or 0xBAA539) is known color: Brass. HEX triplet: BA, A5 and 39. RGB value is (186,165,57). Sum of RGB (Red+Green+Blue) = 186+165+57=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 57 (22.66% from 255 or 13.97% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA539 is #455AC6. Grayscale: #9F9F9F. Windows color (decimal): -4545223 or 3777978. OLE color: 3777978.

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

Color convert

RGB 186 165 57 -
CMYK 0 0.11 0.69 0.27
HSL 50.23º 0.53% 0.48% -
HSV(B) 50.23º 0.69% 0.73% -
XYZ 34.44 37.64 9.32 -
YUV 158.97 70.46 147.28 -
System Red Green Blue C M Y K H S L
Decimal 186 165 57 0 0.11 0.69 0.27 50.23 0.53 0.48
Hex BA A5 39 0 B 45 1B 32 35 30
Octal 272 245 71 0 13 105 33 62 65 60
Binary 10111010 10100101 111001 0 1011 1000101 11011 110010 110101 110000

Color Harmonies of #BAA539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA539

Black with #BAA539

Text Example


Text Example

White with #BAA539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA539; }

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

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

background-color css

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

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

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

border-color css

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

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

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