Html Css Color HEX #BAA142 Brass

📋 copy color: '#BAA142'

red 186 ◦ green 161 ◦ blue 66

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

Shades of Brass #BAA142

Tints of Brass #BAA142

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.98%

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

R = 45.04%
G = 38.98%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BAA142 (or 0xBAA142) is known color: Brass. HEX triplet: BA, A1 and 42. RGB value is (186,161,66). Sum of RGB (Red+Green+Blue) = 186+161+66=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA142 is #455EBD. Grayscale: #9E9E9E. Windows color (decimal): -4546238 or 4366778. OLE color: 4366778.

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

Color convert

RGB 186 161 66 -
CMYK 0 0.13 0.65 0.27
HSL 47.5º 0.48% 0.49% -
HSV(B) 47.5º 0.65% 0.73% -
XYZ 33.98 36.32 10.37 -
YUV 157.65 76.28 148.22 -
System Red Green Blue C M Y K H S L
Decimal 186 161 66 0 0.13 0.65 0.27 47.5 0.48 0.49
Hex BA A1 42 0 D 41 1B 30 30 31
Octal 272 241 102 0 15 101 33 60 60 61
Binary 10111010 10100001 1000010 0 1101 1000001 11011 110000 110000 110001

Color Harmonies of #BAA142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA142

Black with #BAA142

Text Example


Text Example

White with #BAA142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA142; }

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

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

background-color css

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

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

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

border-color css

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

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

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