Html Css Color HEX #BAA637 Brass

📋 copy color: '#BAA637'

red 186 ◦ green 166 ◦ blue 55

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

Shades of Brass #BAA637

Tints of Brass #BAA637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.51%

R = 45.7%
G = 40.79%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BAA637 (or 0xBAA637) is known color: Brass. HEX triplet: BA, A6 and 37. RGB value is (186,166,55). Sum of RGB (Red+Green+Blue) = 186+166+55=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 55 (21.88% from 255 or 13.51% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA637 is #4559C8. Grayscale: #9F9F9F. Windows color (decimal): -4544969 or 3647162. OLE color: 3647162.

HSL color Cylindrical-coordinate representation of color #BAA637: hue angle of 50.84º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAA637 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 166 55 -
CMYK 0 0.11 0.70 0.27
HSL 50.84º 0.54% 0.47% -
HSV(B) 50.84º 0.7% 0.73% -
XYZ 34.58 37.99 9.12 -
YUV 159.33 69.13 147.03 -
System Red Green Blue C M Y K H S L
Decimal 186 166 55 0 0.11 0.70 0.27 50.84 0.54 0.47
Hex BA A6 37 0 B 46 1B 33 36 2F
Octal 272 246 67 0 13 106 33 63 66 57
Binary 10111010 10100110 110111 0 1011 1000110 11011 110011 110110 101111

Color Harmonies of #BAA637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA637

Black with #BAA637

Text Example


Text Example

White with #BAA637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA637; }

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

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

background-color css

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

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

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

border-color css

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

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

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