Html Css Color HEX #BA864D Tussock

📋 copy color: '#BA864D'

red 186 ◦ green 134 ◦ blue 77

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

Shades of Tussock #BA864D

Tints of Tussock #BA864D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.75%

 BLUE value IS 77 (30.47% from 255) = 19.4%

R = 46.85%
G = 33.75%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA864D (or 0xBA864D) is known color: Tussock. HEX triplet: BA, 86 and 4D. RGB value is (186,134,77). Sum of RGB (Red+Green+Blue) = 186+134+77=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA864D is #4579B2. Grayscale: #8F8F8F. Windows color (decimal): -4553139 or 5080762. OLE color: 5080762.

HSL color Cylindrical-coordinate representation of color #BA864D: hue angle of 31.38º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA864D is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 134 77 -
CMYK 0 0.28 0.59 0.27
HSL 31.38º 0.44% 0.52% -
HSV(B) 31.38º 0.59% 0.73% -
XYZ 30.11 28.03 10.84 -
YUV 143.05 90.73 158.63 -
System Red Green Blue C M Y K H S L
Decimal 186 134 77 0 0.28 0.59 0.27 31.38 0.44 0.52
Hex BA 86 4D 0 1C 3B 1B 1F 2C 34
Octal 272 206 115 0 34 73 33 37 54 64
Binary 10111010 10000110 1001101 0 11100 111011 11011 11111 101100 110100

Color Harmonies of #BA864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA864D

Black with #BA864D

Text Example


Text Example

White with #BA864D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA864D; }

 p { color: rgb(186,134,77); }

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

background-color css

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

 a { background-color: rgb(186,134,77); }

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

border-color css

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

 span { border-color: rgb(186,134,77); }

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