Html Css Color HEX #BAAE47 Brass

📋 copy color: '#BAAE47'

red 186 ◦ green 174 ◦ blue 71

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

Shades of Brass #BAAE47

Tints of Brass #BAAE47

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.37%

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

R = 43.16%
G = 40.37%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BAAE47 (or 0xBAAE47) is known color: Brass. HEX triplet: BA, AE and 47. RGB value is (186,174,71). Sum of RGB (Red+Green+Blue) = 186+174+71=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 71 (28.12% from 255 or 16.47% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE47 is #4551B8. Grayscale: #A6A6A6. Windows color (decimal): -4542905 or 4697786. OLE color: 4697786.

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

Color convert

RGB 186 174 71 -
CMYK 0 0.06 0.62 0.27
HSL 53.74º 0.45% 0.5% -
HSV(B) 53.74º 0.62% 0.73% -
XYZ 36.52 41.17 11.98 -
YUV 165.85 74.48 142.38 -
System Red Green Blue C M Y K H S L
Decimal 186 174 71 0 0.06 0.62 0.27 53.74 0.45 0.5
Hex BA AE 47 0 6 3E 1B 36 2D 32
Octal 272 256 107 0 6 76 33 66 55 62
Binary 10111010 10101110 1000111 0 110 111110 11011 110110 101101 110010

Color Harmonies of #BAAE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE47

Black with #BAAE47

Text Example


Text Example

White with #BAAE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE47; }

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

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

background-color css

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

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

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

border-color css

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

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

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