Html Css Color HEX #BA9449 Tussock

📋 copy color: '#BA9449'

red 186 ◦ green 148 ◦ blue 73

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

Shades of Tussock #BA9449

Tints of Tussock #BA9449

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.36%

 BLUE value IS 73 (28.91% from 255) = 17.94%

R = 45.7%
G = 36.36%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA9449 (or 0xBA9449) is known color: Tussock. HEX triplet: BA, 94 and 49. RGB value is (186,148,73). Sum of RGB (Red+Green+Blue) = 186+148+73=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9449 is #456BB6. Grayscale: #979797. Windows color (decimal): -4549559 or 4822202. OLE color: 4822202.

HSL color Cylindrical-coordinate representation of color #BA9449: hue angle of 39.82º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA9449 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 148 73 -
CMYK 0 0.20 0.61 0.27
HSL 39.82º 0.45% 0.51% -
HSV(B) 39.82º 0.61% 0.73% -
XYZ 32.04 32.1 10.81 -
YUV 150.81 84.09 153.1 -
System Red Green Blue C M Y K H S L
Decimal 186 148 73 0 0.20 0.61 0.27 39.82 0.45 0.51
Hex BA 94 49 0 14 3D 1B 28 2D 33
Octal 272 224 111 0 24 75 33 50 55 63
Binary 10111010 10010100 1001001 0 10100 111101 11011 101000 101101 110011

Color Harmonies of #BA9449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9449

Black with #BA9449

Text Example


Text Example

White with #BA9449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9449; }

 p { color: rgb(186,148,73); }

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

background-color css

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

 a { background-color: rgb(186,148,73); }

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

border-color css

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

 span { border-color: rgb(186,148,73); }

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