Html Css Color HEX #BAA443 Brass

📋 copy color: '#BAA443'

red 186 ◦ green 164 ◦ blue 67

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

Shades of Brass #BAA443

Tints of Brass #BAA443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.07%

R = 44.6%
G = 39.33%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BAA443 (or 0xBAA443) is known color: Brass. HEX triplet: BA, A4 and 43. RGB value is (186,164,67). Sum of RGB (Red+Green+Blue) = 186+164+67=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA443 is #455BBC. Grayscale: #9F9F9F. Windows color (decimal): -4545469 or 4433082. OLE color: 4433082.

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

Color convert

RGB 186 164 67 -
CMYK 0 0.12 0.64 0.27
HSL 48.91º 0.47% 0.5% -
HSV(B) 48.91º 0.64% 0.73% -
XYZ 34.54 37.4 10.71 -
YUV 159.52 75.79 146.89 -
System Red Green Blue C M Y K H S L
Decimal 186 164 67 0 0.12 0.64 0.27 48.91 0.47 0.5
Hex BA A4 43 0 C 40 1B 31 2F 32
Octal 272 244 103 0 14 100 33 61 57 62
Binary 10111010 10100100 1000011 0 1100 1000000 11011 110001 101111 110010

Color Harmonies of #BAA443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA443

Black with #BAA443

Text Example


Text Example

White with #BAA443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA443; }

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

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

background-color css

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

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

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

border-color css

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

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

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