Html Css Color HEX #BAA739 Brass

📋 copy color: '#BAA739'

red 186 ◦ green 167 ◦ blue 57

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

Shades of Brass #BAA739

Tints of Brass #BAA739

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.73%

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

R = 45.37%
G = 40.73%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BAA739 (or 0xBAA739) is known color: Brass. HEX triplet: BA, A7 and 39. RGB value is (186,167,57). Sum of RGB (Red+Green+Blue) = 186+167+57=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 57 (22.66% from 255 or 13.90% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA739 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA739 is #4558C6. Grayscale: #A0A0A0. Windows color (decimal): -4544711 or 3778490. OLE color: 3778490.

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

Color convert

RGB 186 167 57 -
CMYK 0 0.10 0.69 0.27
HSL 51.16º 0.53% 0.48% -
HSV(B) 51.16º 0.69% 0.73% -
XYZ 34.81 38.37 9.44 -
YUV 160.14 69.79 146.44 -
System Red Green Blue C M Y K H S L
Decimal 186 167 57 0 0.10 0.69 0.27 51.16 0.53 0.48
Hex BA A7 39 0 A 45 1B 33 35 30
Octal 272 247 71 0 12 105 33 63 65 60
Binary 10111010 10100111 111001 0 1010 1000101 11011 110011 110101 110000

Color Harmonies of #BAA739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA739

Black with #BAA739

Text Example


Text Example

White with #BAA739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA739; }

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

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

background-color css

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

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

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

border-color css

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

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

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