Html Css Color HEX #BAA647 Brass

📋 copy color: '#BAA647'

red 186 ◦ green 166 ◦ blue 71

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

Shades of Brass #BAA647

Tints of Brass #BAA647

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.24%

 BLUE value IS 71 (28.13% from 255) = 16.78%

R = 43.97%
G = 39.24%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BAA647 (or 0xBAA647) is known color: Brass. HEX triplet: BA, A6 and 47. RGB value is (186,166,71). Sum of RGB (Red+Green+Blue) = 186+166+71=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 71 (28.12% from 255 or 16.78% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA647 is #4559B8. Grayscale: #A1A1A1. Windows color (decimal): -4544953 or 4695738. OLE color: 4695738.

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

Color convert

RGB 186 166 71 -
CMYK 0 0.11 0.62 0.27
HSL 49.57º 0.45% 0.5% -
HSV(B) 49.57º 0.62% 0.73% -
XYZ 35.02 38.17 11.48 -
YUV 161.15 77.13 145.72 -
System Red Green Blue C M Y K H S L
Decimal 186 166 71 0 0.11 0.62 0.27 49.57 0.45 0.5
Hex BA A6 47 0 B 3E 1B 32 2D 32
Octal 272 246 107 0 13 76 33 62 55 62
Binary 10111010 10100110 1000111 0 1011 111110 11011 110010 101101 110010

Color Harmonies of #BAA647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA647

Black with #BAA647

Text Example


Text Example

White with #BAA647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA647; }

 p { color: rgb(186,166,71); }

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

background-color css

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

 a { background-color: rgb(186,166,71); }

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

border-color css

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

 span { border-color: rgb(186,166,71); }

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