Html Css Color HEX #BA9249 Tussock

📋 copy color: '#BA9249'

red 186 ◦ green 146 ◦ blue 73

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

Shades of Tussock #BA9249

Tints of Tussock #BA9249

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.05%

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

R = 45.93%
G = 36.05%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA9249 (or 0xBA9249) is known color: Tussock. HEX triplet: BA, 92 and 49. RGB value is (186,146,73). Sum of RGB (Red+Green+Blue) = 186+146+73=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9249 is #456DB6. Grayscale: #959595. Windows color (decimal): -4550071 or 4821690. OLE color: 4821690.

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

Color convert

RGB 186 146 73 -
CMYK 0 0.22 0.61 0.27
HSL 38.76º 0.45% 0.51% -
HSV(B) 38.76º 0.61% 0.73% -
XYZ 31.73 31.48 10.71 -
YUV 149.64 84.75 153.94 -
System Red Green Blue C M Y K H S L
Decimal 186 146 73 0 0.22 0.61 0.27 38.76 0.45 0.51
Hex BA 92 49 0 16 3D 1B 27 2D 33
Octal 272 222 111 0 26 75 33 47 55 63
Binary 10111010 10010010 1001001 0 10110 111101 11011 100111 101101 110011

Color Harmonies of #BA9249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9249

Black with #BA9249

Text Example


Text Example

White with #BA9249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9249; }

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

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

background-color css

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

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

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

border-color css

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

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

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