Html Css Color HEX #BAA942 Brass

📋 copy color: '#BAA942'

red 186 ◦ green 169 ◦ blue 66

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

Shades of Brass #BAA942

Tints of Brass #BAA942

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.14%

 BLUE value IS 66 (26.17% from 255) = 15.68%

R = 44.18%
G = 40.14%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BAA942 (or 0xBAA942) is known color: Brass. HEX triplet: BA, A9 and 42. RGB value is (186,169,66). Sum of RGB (Red+Green+Blue) = 186+169+66=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA942 is #4556BD. Grayscale: #A2A2A2. Windows color (decimal): -4544190 or 4368826. OLE color: 4368826.

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

Color convert

RGB 186 169 66 -
CMYK 0 0.09 0.65 0.27
HSL 51.5º 0.48% 0.49% -
HSV(B) 51.5º 0.65% 0.73% -
XYZ 35.42 39.21 10.86 -
YUV 162.34 73.63 144.88 -
System Red Green Blue C M Y K H S L
Decimal 186 169 66 0 0.09 0.65 0.27 51.5 0.48 0.49
Hex BA A9 42 0 9 41 1B 34 30 31
Octal 272 251 102 0 11 101 33 64 60 61
Binary 10111010 10101001 1000010 0 1001 1000001 11011 110100 110000 110001

Color Harmonies of #BAA942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA942

Black with #BAA942

Text Example


Text Example

White with #BAA942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA942; }

 p { color: rgb(186,169,66); }

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

background-color css

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

 a { background-color: rgb(186,169,66); }

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

border-color css

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

 span { border-color: rgb(186,169,66); }

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