Html Css Color HEX #BAA242 Brass

📋 copy color: '#BAA242'

red 186 ◦ green 162 ◦ blue 66

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

Shades of Brass #BAA242

Tints of Brass #BAA242

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.13%

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

R = 44.93%
G = 39.13%
B = 15.94%

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

#BAA242 (or 0xBAA242) is known color: Brass. HEX triplet: BA, A2 and 42. RGB value is (186,162,66). Sum of RGB (Red+Green+Blue) = 186+162+66=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA242 is #455DBD. Grayscale: #9E9E9E. Windows color (decimal): -4545982 or 4367034. OLE color: 4367034.

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

Color convert

RGB 186 162 66 -
CMYK 0 0.13 0.65 0.27
HSL 48º 0.48% 0.49% -
HSV(B) 48º 0.65% 0.73% -
XYZ 34.15 36.67 10.43 -
YUV 158.23 75.95 147.81 -
System Red Green Blue C M Y K H S L
Decimal 186 162 66 0 0.13 0.65 0.27 48 0.48 0.49
Hex BA A2 42 0 D 41 1B 30 30 31
Octal 272 242 102 0 15 101 33 60 60 61
Binary 10111010 10100010 1000010 0 1101 1000001 11011 110000 110000 110001

Color Harmonies of #BAA242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA242

Black with #BAA242

Text Example


Text Example

White with #BAA242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA242; }

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

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

background-color css

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

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

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

border-color css

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

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

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