Html Css Color HEX #BAA34A Brass

📋 copy color: '#BAA34A'

red 186 ◦ green 163 ◦ blue 74

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

Shades of Brass #BAA34A

Tints of Brass #BAA34A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.53%

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

R = 43.97%
G = 38.53%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BAA34A (or 0xBAA34A) is known color: Brass. HEX triplet: BA, A3 and 4A. RGB value is (186,163,74). Sum of RGB (Red+Green+Blue) = 186+163+74=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA34A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA34A is #455CB5. Grayscale: #A0A0A0. Windows color (decimal): -4545718 or 4891578. OLE color: 4891578.

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

Color convert

RGB 186 163 74 -
CMYK 0 0.12 0.60 0.27
HSL 47.68º 0.45% 0.51% -
HSV(B) 47.68º 0.6% 0.73% -
XYZ 34.58 37.13 11.82 -
YUV 159.73 79.62 146.74 -
System Red Green Blue C M Y K H S L
Decimal 186 163 74 0 0.12 0.60 0.27 47.68 0.45 0.51
Hex BA A3 4A 0 C 3C 1B 30 2D 33
Octal 272 243 112 0 14 74 33 60 55 63
Binary 10111010 10100011 1001010 0 1100 111100 11011 110000 101101 110011

Color Harmonies of #BAA34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA34A

Black with #BAA34A

Text Example


Text Example

White with #BAA34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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