Html Css Color HEX #BA864E Tussock

📋 copy color: '#BA864E'

red 186 ◦ green 134 ◦ blue 78

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

Shades of Tussock #BA864E

Tints of Tussock #BA864E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.6%

R = 46.73%
G = 33.67%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA864E (or 0xBA864E) is known color: Tussock. HEX triplet: BA, 86 and 4E. RGB value is (186,134,78). Sum of RGB (Red+Green+Blue) = 186+134+78=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA864E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA864E is #4579B1. Grayscale: #8F8F8F. Windows color (decimal): -4553138 or 5146298. OLE color: 5146298.

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

Color convert

RGB 186 134 78 -
CMYK 0 0.28 0.58 0.27
HSL 31.11º 0.44% 0.52% -
HSV(B) 31.11º 0.58% 0.73% -
XYZ 30.15 28.04 11.03 -
YUV 143.16 91.23 158.55 -
System Red Green Blue C M Y K H S L
Decimal 186 134 78 0 0.28 0.58 0.27 31.11 0.44 0.52
Hex BA 86 4E 0 1C 3A 1B 1F 2C 34
Octal 272 206 116 0 34 72 33 37 54 64
Binary 10111010 10000110 1001110 0 11100 111010 11011 11111 101100 110100

Color Harmonies of #BA864E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA864E

Black with #BA864E

Text Example


Text Example

White with #BA864E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA864E; }

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

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

background-color css

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

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

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

border-color css

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

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

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