Html Css Color HEX #BAA045 Brass

📋 copy color: '#BAA045'

red 186 ◦ green 160 ◦ blue 69

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

Shades of Brass #BAA045

Tints of Brass #BAA045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.63%

R = 44.82%
G = 38.55%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BAA045 (or 0xBAA045) is known color: Brass. HEX triplet: BA, A0 and 45. RGB value is (186,160,69). Sum of RGB (Red+Green+Blue) = 186+160+69=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA045 is #455FBA. Grayscale: #9D9D9D. Windows color (decimal): -4546491 or 4563130. OLE color: 4563130.

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

Color convert

RGB 186 160 69 -
CMYK 0 0.14 0.63 0.27
HSL 46.67º 0.46% 0.5% -
HSV(B) 46.67º 0.63% 0.73% -
XYZ 33.89 36.01 10.79 -
YUV 157.4 78.11 148.4 -
System Red Green Blue C M Y K H S L
Decimal 186 160 69 0 0.14 0.63 0.27 46.67 0.46 0.5
Hex BA A0 45 0 E 3F 1B 2F 2E 32
Octal 272 240 105 0 16 77 33 57 56 62
Binary 10111010 10100000 1000101 0 1110 111111 11011 101111 101110 110010

Color Harmonies of #BAA045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA045

Black with #BAA045

Text Example


Text Example

White with #BAA045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA045; }

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

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

background-color css

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

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

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

border-color css

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

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

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