Html Css Color HEX #BA8D49 Tussock

📋 copy color: '#BA8D49'

red 186 ◦ green 141 ◦ blue 73

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

Shades of Tussock #BA8D49

Tints of Tussock #BA8D49

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.25%

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

R = 46.5%
G = 35.25%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA8D49 (or 0xBA8D49) is known color: Tussock. HEX triplet: BA, 8D and 49. RGB value is (186,141,73). Sum of RGB (Red+Green+Blue) = 186+141+73=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8D49 is #4572B6. Grayscale: #939393. Windows color (decimal): -4551351 or 4820410. OLE color: 4820410.

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

Color convert

RGB 186 141 73 -
CMYK 0 0.24 0.61 0.27
HSL 36.11º 0.45% 0.51% -
HSV(B) 36.11º 0.61% 0.73% -
XYZ 30.98 29.97 10.46 -
YUV 146.7 86.41 156.03 -
System Red Green Blue C M Y K H S L
Decimal 186 141 73 0 0.24 0.61 0.27 36.11 0.45 0.51
Hex BA 8D 49 0 18 3D 1B 24 2D 33
Octal 272 215 111 0 30 75 33 44 55 63
Binary 10111010 10001101 1001001 0 11000 111101 11011 100100 101101 110011

Color Harmonies of #BA8D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D49

Black with #BA8D49

Text Example


Text Example

White with #BA8D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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