Html Css Color HEX #BAA54A Brass

📋 copy color: '#BAA54A'

red 186 ◦ green 165 ◦ blue 74

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

Shades of Brass #BAA54A

Tints of Brass #BAA54A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.41%

R = 43.76%
G = 38.82%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BAA54A (or 0xBAA54A) is known color: Brass. HEX triplet: BA, A5 and 4A. RGB value is (186,165,74). Sum of RGB (Red+Green+Blue) = 186+165+74=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA54A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA54A is #455AB5. Grayscale: #A1A1A1. Windows color (decimal): -4545206 or 4892090. OLE color: 4892090.

HSL color Cylindrical-coordinate representation of color #BAA54A: hue angle of 48.75º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAA54A is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 165 74 -
CMYK 0 0.11 0.60 0.27
HSL 48.75º 0.45% 0.51% -
HSV(B) 48.75º 0.6% 0.73% -
XYZ 34.94 37.84 11.94 -
YUV 160.91 78.96 145.9 -
System Red Green Blue C M Y K H S L
Decimal 186 165 74 0 0.11 0.60 0.27 48.75 0.45 0.51
Hex BA A5 4A 0 B 3C 1B 31 2D 33
Octal 272 245 112 0 13 74 33 61 55 63
Binary 10111010 10100101 1001010 0 1011 111100 11011 110001 101101 110011

Color Harmonies of #BAA54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA54A

Black with #BAA54A

Text Example


Text Example

White with #BAA54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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