Html Css Color HEX #BAA441 Brass

📋 copy color: '#BAA441'

red 186 ◦ green 164 ◦ blue 65

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

Shades of Brass #BAA441

Tints of Brass #BAA441

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.52%

 BLUE value IS 65 (25.78% from 255) = 15.66%

R = 44.82%
G = 39.52%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BAA441 (or 0xBAA441) is known color: Brass. HEX triplet: BA, A4 and 41. RGB value is (186,164,65). Sum of RGB (Red+Green+Blue) = 186+164+65=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA441 is #455BBE. Grayscale: #9F9F9F. Windows color (decimal): -4545471 or 4302010. OLE color: 4302010.

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

Color convert

RGB 186 164 65 -
CMYK 0 0.12 0.65 0.27
HSL 49.09º 0.48% 0.49% -
HSV(B) 49.09º 0.65% 0.73% -
XYZ 34.48 37.37 10.4 -
YUV 159.29 74.79 147.05 -
System Red Green Blue C M Y K H S L
Decimal 186 164 65 0 0.12 0.65 0.27 49.09 0.48 0.49
Hex BA A4 41 0 C 41 1B 31 30 31
Octal 272 244 101 0 14 101 33 61 60 61
Binary 10111010 10100100 1000001 0 1100 1000001 11011 110001 110000 110001

Color Harmonies of #BAA441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA441

Black with #BAA441

Text Example


Text Example

White with #BAA441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA441; }

 p { color: rgb(186,164,65); }

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

background-color css

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

 a { background-color: rgb(186,164,65); }

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

border-color css

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

 span { border-color: rgb(186,164,65); }

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