Html Css Color HEX #BAA13C Brass

📋 copy color: '#BAA13C'

red 186 ◦ green 161 ◦ blue 60

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

Shades of Brass #BAA13C

Tints of Brass #BAA13C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.56%

 BLUE value IS 60 (23.83% from 255) = 14.74%

R = 45.7%
G = 39.56%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BAA13C (or 0xBAA13C) is known color: Brass. HEX triplet: BA, A1 and 3C. RGB value is (186,161,60). Sum of RGB (Red+Green+Blue) = 186+161+60=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA13C is #455EC3. Grayscale: #9D9D9D. Windows color (decimal): -4546244 or 3973562. OLE color: 3973562.

HSL color Cylindrical-coordinate representation of color #BAA13C: hue angle of 48.1º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAA13C is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 161 60 -
CMYK 0 0.13 0.68 0.27
HSL 48.1º 0.51% 0.48% -
HSV(B) 48.1º 0.68% 0.73% -
XYZ 33.81 36.26 9.49 -
YUV 156.96 73.28 148.71 -
System Red Green Blue C M Y K H S L
Decimal 186 161 60 0 0.13 0.68 0.27 48.1 0.51 0.48
Hex BA A1 3C 0 D 44 1B 30 33 30
Octal 272 241 74 0 15 104 33 60 63 60
Binary 10111010 10100001 111100 0 1101 1000100 11011 110000 110011 110000

Color Harmonies of #BAA13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA13C

Black with #BAA13C

Text Example


Text Example

White with #BAA13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA13C; }

 p { color: rgb(186,161,60); }

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

background-color css

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

 a { background-color: rgb(186,161,60); }

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

border-color css

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

 span { border-color: rgb(186,161,60); }

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