Html Css Color HEX #BAA237 Brass

📋 copy color: '#BAA237'

red 186 ◦ green 162 ◦ blue 55

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

Shades of Brass #BAA237

Tints of Brass #BAA237

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.2%

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

R = 46.15%
G = 40.2%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BAA237 (or 0xBAA237) is known color: Brass. HEX triplet: BA, A2 and 37. RGB value is (186,162,55). Sum of RGB (Red+Green+Blue) = 186+162+55=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 55 (21.88% from 255 or 13.65% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA237 is #455DC8. Grayscale: #9D9D9D. Windows color (decimal): -4545993 or 3646138. OLE color: 3646138.

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

Color convert

RGB 186 162 55 -
CMYK 0 0.13 0.70 0.27
HSL 49.01º 0.54% 0.47% -
HSV(B) 49.01º 0.7% 0.73% -
XYZ 33.86 36.56 8.89 -
YUV 156.98 70.45 148.7 -
System Red Green Blue C M Y K H S L
Decimal 186 162 55 0 0.13 0.70 0.27 49.01 0.54 0.47
Hex BA A2 37 0 D 46 1B 31 36 2F
Octal 272 242 67 0 15 106 33 61 66 57
Binary 10111010 10100010 110111 0 1101 1000110 11011 110001 110110 101111

Color Harmonies of #BAA237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA237

Black with #BAA237

Text Example


Text Example

White with #BAA237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA237; }

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

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

background-color css

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

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

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

border-color css

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

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

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