Html Css Color HEX #BAA540 Brass

📋 copy color: '#BAA540'

red 186 ◦ green 165 ◦ blue 64

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

Shades of Brass #BAA540

Tints of Brass #BAA540

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.76%

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

R = 44.82%
G = 39.76%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BAA540 (or 0xBAA540) is known color: Brass. HEX triplet: BA, A5 and 40. RGB value is (186,165,64). Sum of RGB (Red+Green+Blue) = 186+165+64=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA540 is #455ABF. Grayscale: #A0A0A0. Windows color (decimal): -4545216 or 4236730. OLE color: 4236730.

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

Color convert

RGB 186 165 64 -
CMYK 0 0.11 0.66 0.27
HSL 49.67º 0.49% 0.49% -
HSV(B) 49.67º 0.66% 0.73% -
XYZ 34.63 37.72 10.31 -
YUV 159.77 73.96 146.71 -
System Red Green Blue C M Y K H S L
Decimal 186 165 64 0 0.11 0.66 0.27 49.67 0.49 0.49
Hex BA A5 40 0 B 42 1B 32 31 31
Octal 272 245 100 0 13 102 33 62 61 61
Binary 10111010 10100101 1000000 0 1011 1000010 11011 110010 110001 110001

Color Harmonies of #BAA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA540

Black with #BAA540

Text Example


Text Example

White with #BAA540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA540; }

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

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

background-color css

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

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

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

border-color css

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

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

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