Html Css Color HEX #BAA440 Brass

📋 copy color: '#BAA440'

red 186 ◦ green 164 ◦ blue 64

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

Shades of Brass #BAA440

Tints of Brass #BAA440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.46%

R = 44.93%
G = 39.61%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BAA440 (or 0xBAA440) is known color: Brass. HEX triplet: BA, A4 and 40. RGB value is (186,164,64). Sum of RGB (Red+Green+Blue) = 186+164+64=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA440 is #455BBF. Grayscale: #9F9F9F. Windows color (decimal): -4545472 or 4236474. OLE color: 4236474.

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

Color convert

RGB 186 164 64 -
CMYK 0 0.12 0.66 0.27
HSL 49.18º 0.49% 0.49% -
HSV(B) 49.18º 0.66% 0.73% -
XYZ 34.45 37.36 10.25 -
YUV 159.18 74.29 147.13 -
System Red Green Blue C M Y K H S L
Decimal 186 164 64 0 0.12 0.66 0.27 49.18 0.49 0.49
Hex BA A4 40 0 C 42 1B 31 31 31
Octal 272 244 100 0 14 102 33 61 61 61
Binary 10111010 10100100 1000000 0 1100 1000010 11011 110001 110001 110001

Color Harmonies of #BAA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA440

Black with #BAA440

Text Example


Text Example

White with #BAA440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA440; }

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

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

background-color css

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

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

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

border-color css

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

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

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