Html Css Color HEX #BAA84A Brass

📋 copy color: '#BAA84A'

red 186 ◦ green 168 ◦ blue 74

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

Shades of Brass #BAA84A

Tints of Brass #BAA84A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.25%

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

R = 43.46%
G = 39.25%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BAA84A (or 0xBAA84A) is known color: Brass. HEX triplet: BA, A8 and 4A. RGB value is (186,168,74). Sum of RGB (Red+Green+Blue) = 186+168+74=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA84A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA84A is #4557B5. Grayscale: #A3A3A3. Windows color (decimal): -4544438 or 4892858. OLE color: 4892858.

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

Color convert

RGB 186 168 74 -
CMYK 0 0.10 0.60 0.27
HSL 50.36º 0.45% 0.51% -
HSV(B) 50.36º 0.6% 0.73% -
XYZ 35.49 38.94 12.12 -
YUV 162.67 77.96 144.64 -
System Red Green Blue C M Y K H S L
Decimal 186 168 74 0 0.10 0.60 0.27 50.36 0.45 0.51
Hex BA A8 4A 0 A 3C 1B 32 2D 33
Octal 272 250 112 0 12 74 33 62 55 63
Binary 10111010 10101000 1001010 0 1010 111100 11011 110010 101101 110011

Color Harmonies of #BAA84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA84A

Black with #BAA84A

Text Example


Text Example

White with #BAA84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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