Html Css Color HEX #BAA244 Brass

📋 copy color: '#BAA244'

red 186 ◦ green 162 ◦ blue 68

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

Shades of Brass #BAA244

Tints of Brass #BAA244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.35%

R = 44.71%
G = 38.94%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BAA244 (or 0xBAA244) is known color: Brass. HEX triplet: BA, A2 and 44. RGB value is (186,162,68). Sum of RGB (Red+Green+Blue) = 186+162+68=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA244 is #455DBB. Grayscale: #9E9E9E. Windows color (decimal): -4545980 or 4498106. OLE color: 4498106.

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

Color convert

RGB 186 162 68 -
CMYK 0 0.13 0.63 0.27
HSL 47.8º 0.46% 0.5% -
HSV(B) 47.8º 0.63% 0.73% -
XYZ 34.21 36.7 10.75 -
YUV 158.46 76.95 147.64 -
System Red Green Blue C M Y K H S L
Decimal 186 162 68 0 0.13 0.63 0.27 47.8 0.46 0.5
Hex BA A2 44 0 D 3F 1B 30 2E 32
Octal 272 242 104 0 15 77 33 60 56 62
Binary 10111010 10100010 1000100 0 1101 111111 11011 110000 101110 110010

Color Harmonies of #BAA244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA244

Black with #BAA244

Text Example


Text Example

White with #BAA244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA244; }

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

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

background-color css

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

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

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

border-color css

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

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

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