Html Css Color HEX #BAA94A Brass

📋 copy color: '#BAA94A'

red 186 ◦ green 169 ◦ blue 74

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

Shades of Brass #BAA94A

Tints of Brass #BAA94A

RGB

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

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

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

R = 43.36%
G = 39.39%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BAA94A (or 0xBAA94A) is known color: Brass. HEX triplet: BA, A9 and 4A. RGB value is (186,169,74). Sum of RGB (Red+Green+Blue) = 186+169+74=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA94A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA94A is #4556B5. Grayscale: #A3A3A3. Windows color (decimal): -4544182 or 4893114. OLE color: 4893114.

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

Color convert

RGB 186 169 74 -
CMYK 0 0.09 0.60 0.27
HSL 50.89º 0.45% 0.51% -
HSV(B) 50.89º 0.6% 0.73% -
XYZ 35.67 39.31 12.19 -
YUV 163.25 77.63 144.22 -
System Red Green Blue C M Y K H S L
Decimal 186 169 74 0 0.09 0.60 0.27 50.89 0.45 0.51
Hex BA A9 4A 0 9 3C 1B 33 2D 33
Octal 272 251 112 0 11 74 33 63 55 63
Binary 10111010 10101001 1001010 0 1001 111100 11011 110011 101101 110011

Color Harmonies of #BAA94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA94A

Black with #BAA94A

Text Example


Text Example

White with #BAA94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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