Html Css Color HEX #BAA747 Brass

📋 copy color: '#BAA747'

red 186 ◦ green 167 ◦ blue 71

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

Shades of Brass #BAA747

Tints of Brass #BAA747

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.39%

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

R = 43.87%
G = 39.39%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BAA747 (or 0xBAA747) is known color: Brass. HEX triplet: BA, A7 and 47. RGB value is (186,167,71). Sum of RGB (Red+Green+Blue) = 186+167+71=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 71 (28.12% from 255 or 16.75% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA747 is #4558B8. Grayscale: #A2A2A2. Windows color (decimal): -4544697 or 4695994. OLE color: 4695994.

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

Color convert

RGB 186 167 71 -
CMYK 0 0.10 0.62 0.27
HSL 50.09º 0.45% 0.5% -
HSV(B) 50.09º 0.62% 0.73% -
XYZ 35.21 38.53 11.54 -
YUV 161.74 76.79 145.31 -
System Red Green Blue C M Y K H S L
Decimal 186 167 71 0 0.10 0.62 0.27 50.09 0.45 0.5
Hex BA A7 47 0 A 3E 1B 32 2D 32
Octal 272 247 107 0 12 76 33 62 55 62
Binary 10111010 10100111 1000111 0 1010 111110 11011 110010 101101 110010

Color Harmonies of #BAA747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA747

Black with #BAA747

Text Example


Text Example

White with #BAA747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA747; }

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

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

background-color css

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

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

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

border-color css

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

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

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