Html Css Color HEX #BA8F49 Tussock

📋 copy color: '#BA8F49'

red 186 ◦ green 143 ◦ blue 73

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

Shades of Tussock #BA8F49

Tints of Tussock #BA8F49

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.57%

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

R = 46.27%
G = 35.57%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA8F49 (or 0xBA8F49) is known color: Tussock. HEX triplet: BA, 8F and 49. RGB value is (186,143,73). Sum of RGB (Red+Green+Blue) = 186+143+73=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8F49 is #4570B6. Grayscale: #949494. Windows color (decimal): -4550839 or 4820922. OLE color: 4820922.

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

Color convert

RGB 186 143 73 -
CMYK 0 0.23 0.61 0.27
HSL 37.17º 0.45% 0.51% -
HSV(B) 37.17º 0.61% 0.73% -
XYZ 31.27 30.57 10.55 -
YUV 147.88 85.75 155.19 -
System Red Green Blue C M Y K H S L
Decimal 186 143 73 0 0.23 0.61 0.27 37.17 0.45 0.51
Hex BA 8F 49 0 17 3D 1B 25 2D 33
Octal 272 217 111 0 27 75 33 45 55 63
Binary 10111010 10001111 1001001 0 10111 111101 11011 100101 101101 110011

Color Harmonies of #BA8F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8F49

Black with #BA8F49

Text Example


Text Example

White with #BA8F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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